diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-01-06 01:34:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-01-06 01:34:57 +0000 |
commit | 75d8bee1b6d2966fca4b9729823bc194f3fb390e (patch) | |
tree | 68f14e20c00ac0ed1216a3548f4310af7f86cf40 | |
parent | 6c0044cfc3789d9cb1b1fe50533033a86280ad1c (diff) | |
download | mandoc-75d8bee1b6d2966fca4b9729823bc194f3fb390e.tar.gz |
sort options list; from jmc@
-rw-r--r-- | man.1 | 12 | ||||
-rw-r--r-- | mandoc.1 | 8 |
2 files changed, 10 insertions, 10 deletions
@@ -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 @@ -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 |