diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-18 21:11:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-18 21:11:46 +0000 |
commit | fb223c54c7d41a098ab77102f18292a41eb1a7ea (patch) | |
tree | 72298eecd31cc67969987de0735f253d518cda52 | |
parent | 8ef308757ad86997cd73f49e0d336be4f912a4b7 (diff) | |
download | mandoc-fb223c54c7d41a098ab77102f18292a41eb1a7ea.tar.gz |
update usage() and the list of non-standard (i.e. non-posix) options;
from jmc@
-rw-r--r-- | main.c | 6 | ||||
-rw-r--r-- | man.1 | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -488,8 +488,10 @@ usage(enum argmode argmode) "\t [-Toutput] [-Wlevel] [file ...]\n", stderr); break; case ARG_NAME: - fputs("usage: man [-acfhklVw] [-C file] " - "[-M path] [-m path] [-S arch] [-s section]\n" + fputs("usage: man [-acfhklVw] [-C file] [-I os=name] " + "[-K encoding] [-M path] [-m path]\n" + "\t [-O option=value] [-S subsection] [-s section] " + "[-T output] [-W level]\n" "\t [section] name ...\n", stderr); break; case ARG_WORD: @@ -412,7 +412,7 @@ utility is compliant with the specification. .Pp The flags -.Op Fl aCcfhMmSsw , +.Op Fl aCcfhIKlMmOSsTVWw , as well as the environment variables .Ev MACHINE , .Ev MANPAGER , |