diff options
author | 2004-07-06 14:20:19 +0000 | |
---|---|---|
committer | 2004-07-06 14:20:19 +0000 | |
commit | 741d267c8e997f2151e29475dbc88fadc0599446 (patch) | |
tree | f937189cf31a635109590ce987a41bb7e51bf9b8 | |
parent | add pgrep to .Nm line to allow `apropos/whatis pgrep' to work; (diff) | |
download | wireguard-openbsd-741d267c8e997f2151e29475dbc88fadc0599446.tar.xz wireguard-openbsd-741d267c8e997f2151e29475dbc88fadc0599446.zip |
the whatis.db database is also used by whatis(1), so note that;
add apropos(1) and whatis(1) to SEE ALSO;
-rw-r--r-- | libexec/makewhatis/makewhatis.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libexec/makewhatis/makewhatis.8 b/libexec/makewhatis/makewhatis.8 index e9c1c26a010..b4e2587d0f4 100644 --- a/libexec/makewhatis/makewhatis.8 +++ b/libexec/makewhatis/makewhatis.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makewhatis.8,v 1.12 2003/07/09 10:00:09 espie Exp $ +.\" $OpenBSD: makewhatis.8,v 1.13 2004/07/06 14:20:19 jmc Exp $ .\" $NetBSD: makewhatis.8,v 1.2.2.1 1997/11/10 19:57:45 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -63,9 +63,10 @@ strips the NAME lines from compiled or raw .Xr man 1 pages and creates a whatis.db database (that is, a subject index) -for use in -.Xr apropos 1 -or with +for use with +.Xr apropos 1 , +.Xr whatis 1 , +and .Xr man 1 's .Fl k option. @@ -124,8 +125,10 @@ index to man pages in directory man configuration information .El .Sh SEE ALSO +.Xr apropos 1 , .Xr man 1 , .Xr nroff 1 , +.Xr whatis 1 , .Xr man.conf 5 .Sh BUGS .Nm |