diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-07-20 00:19:11 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-07-20 00:19:11 +0000 |
commit | 357827b6ffcf9fcb03218de1f197f70ac467f0da (patch) | |
tree | eaa8465c10fc2d921b6f0e6278d256c24655f440 /usr.bin/man | |
parent | fc179201f0e29383b8f7c10fd12d6eaeb235e1fc (diff) |
document the -k flag.
noted by abyss@abyss.imaji.net pr536
Diffstat (limited to 'usr.bin/man')
-rw-r--r-- | usr.bin/man/man.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 8c814903fc2..a97d2b22a44 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.4 1998/03/09 23:20:12 millert Exp $ +.\" $OpenBSD: man.1,v 1.5 1998/07/20 00:19:10 art Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,6 +49,8 @@ .Op Fl S Ar subsection .Op Ar section .Ar name Ar ... +.Nm man +.Fl k Ar keyword .Sh DESCRIPTION The .Nm man @@ -130,6 +132,9 @@ would display for the specified and .Ar name combination. +.It Fl k +Locate commands matching +.Ar keyword .El .Pp The optional |