=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.182 retrieving revision 1.184 diff -u -p -r1.182 -r1.184 --- mandoc/mandoc.1 2017/03/27 14:40:39 1.182 +++ mandoc/mandoc.1 2017/03/27 18:51:36 1.184 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.182 2017/03/27 14:40:39 schwarze Exp $ +.\" $Id: mandoc.1,v 1.184 2017/03/27 18:51:36 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2012, 2014-2017 Ingo Schwarze @@ -23,11 +23,11 @@ .Nd format manual pages .Sh SYNOPSIS .Nm mandoc -.Op Fl acfhkl +.Op Fl ac .Op Fl I Cm os Ns = Ns Ar name .Op Fl K Ar encoding .Op Fl mdoc | man -.Op Fl O Ar option +.Op Fl O Ar options .Op Fl T Ar output .Op Fl W Ar level .Op Ar @@ -65,13 +65,6 @@ to paginate them. This is the default. It can be specified to override .Fl a . -.It Fl f -A synonym for -.Xr whatis 1 . -.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 @@ -115,12 +108,6 @@ sequence, input is interpreted as Otherwise, input is interpreted as .Cm iso-8859-1 . .El -.It Fl k -A synonym for -.Xr apropos 1 . -.It Fl l -A synonym for -.Fl a . .It Fl mdoc | man With .Fl mdoc , @@ -143,7 +130,7 @@ parser is used. With other arguments, .Fl m is silently ignored. -.It Fl O Ar option +.It Fl O Ar options Comma-separated output options. .It Fl T Ar output Output format. @@ -196,6 +183,9 @@ If multiple files are specified, will halt with the first failed parse. .El .Pp +The options +.Fl fhklw +are also supported and are documented in man(1). In .Fl f and @@ -203,7 +193,7 @@ and mode, .Nm also supports the options -.Fl CMmOSsw +.Fl CMmOSs described in the .Xr apropos 1 manual.