diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-27 15:17:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-27 15:17:11 +0000 |
commit | 593b8651a4a4f1537b876a12e3a2111c18321759 (patch) | |
tree | 4322f5c73679a4e7bdfe911dea603006b749165b | |
parent | 531e75dbfac886afbaf46fe558ea3a379c0fde5f (diff) | |
download | mandoc-593b8651a4a4f1537b876a12e3a2111c18321759.tar.gz |
For some options that are rarely needed in mandoc(1),
delete the descriptions and point to man(1) instead.
Inspired by apropos.1 rev. 1.43.
-rw-r--r-- | mandoc.1 | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -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 , @@ -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. |