diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-27 14:40:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-27 14:40:39 +0000 |
commit | 531e75dbfac886afbaf46fe558ea3a379c0fde5f (patch) | |
tree | e1c5eec0ce3bca07321361fd283d8fb022de6c74 /man.1 | |
parent | fcfec595231183ea3015fb96eaed1c9e2f176bf5 (diff) | |
download | mandoc-531e75dbfac886afbaf46fe558ea3a379c0fde5f.tar.gz |
Simplify: mention at one place that -fkl override each other,
rather than stating it separately for each option.
Suggested, OKed, and tweaked by jmc@.
Diffstat (limited to 'man.1')
-rw-r--r-- | man.1 | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -91,11 +91,6 @@ It searches for .Ar name in manual page names and displays the header lines from all matching pages. The search is case insensitive and matches whole words only. -This overrides any earlier -.Fl k -and -.Fl l -options. .It Fl h Display only the SYNOPSIS lines of the requested manual pages. Implies @@ -111,11 +106,6 @@ an expression can be provided using the syntax described in the .Xr apropos 1 manual. By default, it displays the header lines of all matching pages. -This overrides any earlier -.Fl f -and -.Fl l -options. .It Fl l A synonym for .Xr mandoc 1 @@ -127,15 +117,10 @@ No search is done and .Ar file , .Ar path , .Ar section , -and -.Ar subsection -are ignored. -This overrides any earlier -.Fl f , -.Fl k , +.Ar subsection , and .Fl w -options. +are ignored. .It Fl M Ar path Override the list of standard directories which .Nm @@ -218,6 +203,9 @@ The options .Fl IKOTW are also supported and are documented in .Xr mandoc 1 . +The options +.Fl fkl +are mutually exclusive and override each other. .Pp Guidelines for writing man pages can be found in |