diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-06 14:20:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-06 14:20:20 +0000 |
commit | 43195051c8d9f23267819a187d5644220fdeb606 (patch) | |
tree | 6fdc6ed92a3d10594bf312befa6c7d7984809928 /libexec/makewhatis/makewhatis.8 | |
parent | 8c7d9f104cf01e779b391f772346e17f618baa83 (diff) |
the whatis.db database is also used by whatis(1), so note that;
add apropos(1) and whatis(1) to SEE ALSO;
Diffstat (limited to 'libexec/makewhatis/makewhatis.8')
-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 |