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 98d79bae for ; Thu, 5 Jan 2017 20:35:27 -0500 (EST) Date: Thu, 5 Jan 2017 20:35:27 -0500 (EST) Message-Id: <9573887031263787736.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: sort options list; from jmc@ X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- sort options list; from jmc@ Modified Files: -------------- mdocml: man.1 mandoc.1 Revision Data ------------- Index: man.1 =================================================================== RCS file: /home/cvs/mdocml/mdocml/man.1,v retrieving revision 1.19 retrieving revision 1.20 diff -Lman.1 -Lman.1 -u -p -r1.19 -r1.20 --- man.1 +++ man.1 @@ -96,6 +96,12 @@ This overrides any earlier and .Fl l options. +.It Fl h +Display only the SYNOPSIS lines of the requested manual pages. +Implies +.Fl a +and +.Fl c . .It Fl I Cm os Ns = Ns Ar name Override the default operating system .Ar name @@ -106,12 +112,6 @@ and for the .Xr man 7 .Ic \&TH macro. -.It Fl h -Display only the SYNOPSIS lines of the requested manual pages. -Implies -.Fl a -and -.Fl c . .It Fl K Ar encoding Specify the input encoding. The supported Index: mandoc.1 =================================================================== RCS file: /home/cvs/mdocml/mdocml/mandoc.1,v retrieving revision 1.166 retrieving revision 1.167 diff -Lmandoc.1 -Lmandoc.1 -u -p -r1.166 -r1.167 --- mandoc.1 +++ mandoc.1 @@ -75,6 +75,10 @@ This overrides any earlier and .Fl l options. +.It Fl h +Display only the SYNOPSIS lines. +Implies +.Fl c . .It Fl I Cm os Ns = Ns Ar name Override the default operating system .Ar name @@ -85,10 +89,6 @@ and for the .Xr man 7 .Sq \&TH macro. -.It Fl h -Display only the SYNOPSIS lines. -Implies -.Fl c . .It Fl K Ar encoding Specify the input encoding. The supported -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv