freebsd_amp_hwpstate/libexec/getNAME/getNAME.1

66 lines
2.0 KiB
Groff
Raw Normal View History

.\" Copyright (c) July 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
1996-07-08 20:18:28 +00:00
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1996-07-08 20:18:28 +00:00
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1996-07-08 20:18:28 +00:00
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
1999-08-28 00:22:10 +00:00
.\" $FreeBSD$
1996-07-08 20:18:28 +00:00
.Dd July 8, 1996
.Dt getNAME 1
.Os FreeBSD 2.2
.Sh NAME
.Nm getNAME
.Nd get name sections from manual pages
.Sh SYNOPSIS
.Nm /usr/libexec/getNAME
.Op Fl itw
1997-11-21 07:40:48 +00:00
.Ar
1996-07-08 20:18:28 +00:00
.Sh DESCRIPTION
The
.Nm
utility
get name sections from manual pages. Without options
.Nm
building
.Xr apropos 1
database entries.
.Pp
The options are as follows:
1997-11-21 07:40:48 +00:00
.Bl -tag -width indent
1996-07-08 20:18:28 +00:00
.It Fl i
1997-11-21 07:40:48 +00:00
For building intro entries.
1996-07-08 20:18:28 +00:00
.It Fl t
1997-11-21 07:40:48 +00:00
For building toc.
1996-07-08 20:18:28 +00:00
.It Fl w
1997-11-21 07:40:48 +00:00
Print type of manual page (OLD, NEW, UNKNOWN).
1996-07-08 20:18:28 +00:00
.El
.\" .Sh BUGS
.Sh SEE ALSO
1997-01-13 00:25:51 +00:00
.Xr apropos 1 ,
1996-07-08 20:18:28 +00:00
.Xr makewhatis 1 ,
1997-01-13 00:25:51 +00:00
.Xr man 1
1996-07-08 20:18:28 +00:00
.Sh HISTORY
The manual page for
.Nm
1996-08-23 00:57:08 +00:00
command appeared in
.Fx 2.2 .