From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 0d92e653; for ; Thu, 18 Dec 2014 16:12:17 -0500 (EST) Date: Thu, 18 Dec 2014 16:12:17 -0500 (EST) Message-Id: <6644928222779764667.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: update usage() and the list of non-standard (i.e. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- update usage() and the list of non-standard (i.e. non-posix) options; from jmc@ Modified Files: -------------- mdocml: main.c man.1 Revision Data ------------- Index: main.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/main.c,v retrieving revision 1.207 retrieving revision 1.208 diff -Lmain.c -Lmain.c -u -p -r1.207 -r1.208 --- main.c +++ main.c @@ -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: Index: man.1 =================================================================== RCS file: /home/cvs/mdocml/mdocml/man.1,v retrieving revision 1.8 retrieving revision 1.9 diff -Lman.1 -Lman.1 -u -p -r1.8 -r1.9 --- man.1 +++ man.1 @@ -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 , -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv