diff options
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 |