diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-26 12:45:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-26 12:45:59 +0000 |
commit | f549c5018ad022aa6daab6a52a0e023a8fc28734 (patch) | |
tree | b50c49afe6beef467dd2182eeb4c58669c3ae133 /usr.bin/mandoc/apropos.c | |
parent | 2ed6eb988b3254460429bd6601b6b765ce6f25bb (diff) |
Document whatis(1) -S and -s; leading, trailing, and double colons
in the MANPATH; and the new whatis.index file.
Include some synching to apropos(1) and to the usage() string.
Use some feedback from jmc@.
Diffstat (limited to 'usr.bin/mandoc/apropos.c')
-rw-r--r-- | usr.bin/mandoc/apropos.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/apropos.c b/usr.bin/mandoc/apropos.c index aab04ac25f3..7a0b18dc915 100644 --- a/usr.bin/mandoc/apropos.c +++ b/usr.bin/mandoc/apropos.c @@ -1,4 +1,4 @@ -/* $Id: apropos.c,v 1.12 2011/12/12 01:59:13 schwarze Exp $ */ +/* $Id: apropos.c,v 1.13 2011/12/26 12:45:58 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -144,8 +144,8 @@ usage(void) fprintf(stderr, "usage: %s " "[-C file] " - "[-M manpath] " - "[-m manpath] " + "[-M path] " + "[-m path] " "[-S arch] " "[-s section] " "expression ...\n", |