summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-04-19 23:41:16 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-04-19 23:41:16 +0000
commit64c4e270653d0b6e64692ea8539ffef6c291d93c (patch)
tree7b3ce029d3a4be336f094f675f3d26287ec957e0
parenta90faa02d5924471d2c18a16e7904877ee63574e (diff)
downloadmandoc-64c4e270653d0b6e64692ea8539ffef6c291d93c.tar.gz
Tweak the description of -l:
Avoid the misunderstanding that the essential purpose of -l is similar to the purpose of the -a option in mandoc(1), which is not the point: the fact that -l implies -a is merely a minor detail. The point of -l is to make man(1) behave like mandoc(1). Move the mention of -a to the end to de-emphasize it. Nate Bargmann reported that this seriously confused him, and i can see why.
-rw-r--r--man.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man.1 b/man.1
index 38983a42..c9bff9ab 100644
--- a/man.1
+++ b/man.1
@@ -114,8 +114,7 @@ manual.
By default, it displays the header lines of all matching pages.
.It Fl l
A synonym for
-.Xr mandoc 1
-.Fl a .
+.Xr mandoc 1 .
The
.Ar name
arguments are interpreted as filenames.
@@ -127,6 +126,8 @@ No search is done and
and
.Fl w
are ignored.
+This option implies
+.Fl a .
.It Fl M Ar path
Override the list of standard directories which
.Nm