diff options
author | 1997-11-05 19:20:46 +0000 | |
---|---|---|
committer | 1997-11-05 19:20:46 +0000 | |
commit | 54d3476b0111c3230065b5a842b1593b7eedb2ae (patch) | |
tree | e6d80c67194ba1d538fb8a29f6c46827a2f8712b | |
parent | remember dev_t of filesystem quotas act on, instead of filesystem quotas file resides on; ovg@nusun.jinr.ru (diff) | |
download | wireguard-openbsd-54d3476b0111c3230065b5a842b1593b7eedb2ae.tar.xz wireguard-openbsd-54d3476b0111c3230065b5a842b1593b7eedb2ae.zip |
man page from netbsd
-rw-r--r-- | libexec/makewhatis/Makefile | 4 | ||||
-rw-r--r-- | libexec/makewhatis/makewhatis.8 | 75 |
2 files changed, 77 insertions, 2 deletions
diff --git a/libexec/makewhatis/Makefile b/libexec/makewhatis/Makefile index d39355c78dd..9cb149138fe 100644 --- a/libexec/makewhatis/Makefile +++ b/libexec/makewhatis/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:20 millert Exp $ +# $OpenBSD: Makefile,v 1.4 1997/11/05 19:20:46 deraadt Exp $ -NOMAN= +MAN=makewhatis.8 NOPROG= NOOBJ= diff --git a/libexec/makewhatis/makewhatis.8 b/libexec/makewhatis/makewhatis.8 new file mode 100644 index 00000000000..2affe6e76f6 --- /dev/null +++ b/libexec/makewhatis/makewhatis.8 @@ -0,0 +1,75 @@ +.\" $OpenBSD: makewhatis.8,v 1.1 1997/11/05 19:20:47 deraadt Exp $ +.\" $NetBSD: makewhatis.8,v 1.2 1997/10/20 02:41:18 enami Exp $ +.\" +.\" Copyright (c) 1997 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Robert Dobbs <banshee@gabriella.resort.com>. +.\" +.\" 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. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND 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 FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE 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. +.\" +.Dd October 17, 1997 +.Dt MAKEWHATIS 8 +.Sh NAME +.Nm makewhatis +.Nd create a whatis.db database +.Sh SYNOPSIS +.Nm /usr/libexec/makewhatis +.Op Ar manpath +.Sh DESCRIPTION +.Nm +strips the NAME lines from compiled or raw +.Xr man 1 +pages and creates +a whatis.db database +for use in +.Xr apropos 1 +or with +.Xr man 1 's +-k option. +If +.Ar manpath +is unspecified, +.Nm +by default creates a database for /usr/share/man. +Man pages compressed with +.Xr compress 1 +and +.Xr gzip 1 +are uncompressed before processing, unformatted man pages +will be formatted on the fly. +.Sh BUGS +.Nm +should find its search paths using /etc/man.conf +.Sh SEE ALSO +.Xr man 1 , +.Xr man.conf 5 +.Sh AUTHOR +J.T. Conklin (jtc@netbsd.org) |