source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: add -K to usage() and wrap nicely; from jmc@
@ 2014-10-30 17:15 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-10-30 17:15 UTC (permalink / raw)
  To: source

Log Message:
-----------
add -K to usage() and wrap nicely; from jmc@

Modified Files:
--------------
    mdocml:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/main.c,v
retrieving revision 1.195
retrieving revision 1.196
diff -Lmain.c -Lmain.c -u -p -r1.195 -r1.196
--- main.c
+++ main.c
@@ -443,8 +443,8 @@ usage(enum argmode argmode)
 	switch (argmode) {
 	case ARG_FILE:
 		fputs("usage: mandoc [-acfhklV] [-Ios=name] "
-		    "[-mformat] [-Ooption] [-Toutput] [-Wlevel]\n"
-		    "\t      [file ...]\n", stderr);
+		    "[-Kencoding] [-mformat] [-Ooption]\n"
+		    "\t      [-Toutput] [-Wlevel] [file ...]\n", stderr);
 		break;
 	case ARG_NAME:
 		fputs("usage: man [-acfhklVw] [-C file] "
--
 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-10-30 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-30 17:15 mdocml: add -K to usage() and wrap nicely; from jmc@ 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).