diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-05 09:34:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-05 09:34:45 +0000 |
commit | bbece286e1549354a59226c9fd75715af11c9eda (patch) | |
tree | 18e97f0f5022b66fe136e131a4448d6063b95309 /usr.bin/mandoc | |
parent | 7a6b3c7a8669e3477c88daef0ff9fa5f81fd3a9e (diff) |
sort options list;
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/man.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1 index 12a2835f4d1..0af0ce8b8a5 100644 --- a/usr.bin/mandoc/man.1 +++ b/usr.bin/mandoc/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.17 2016/11/08 17:02:21 schwarze Exp $ +.\" $OpenBSD: man.1,v 1.18 2017/01/05 09:34:44 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: November 8 2016 $ +.Dd $Mdocdate: January 5 2017 $ .Dt MAN 1 .Os .Sh NAME @@ -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 |