summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/apropos.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-12-26 12:45:59 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-12-26 12:45:59 +0000
commitf549c5018ad022aa6daab6a52a0e023a8fc28734 (patch)
treeb50c49afe6beef467dd2182eeb4c58669c3ae133 /usr.bin/mandoc/apropos.c
parent2ed6eb988b3254460429bd6601b6b765ce6f25bb (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.c6
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",