source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: update usage() and the list of non-standard (i.e.
@ 2014-12-18 21:12 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-12-18 21:12 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-18 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-18 21:12 mdocml: update usage() and the list of non-standard (i.e schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).