diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-02-08 18:23:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-02-08 18:23:12 +0000 |
commit | 0ef1470d0a837c4e4fe0f0e4862bbd9e2e2eafa7 (patch) | |
tree | 3e6c99ecb0dd0d0f6c55d13e6d1928c3d95c4cf8 /regress/lib | |
parent | 3d87b036548cd9860369e267381b686341aaa5fa (diff) |
In the first example, use "mandoc -a" directly rather "mandoc -l".
It feels more natural to me to use -a directly when asking mandoc(1)
to use a pager. The reason that "mandoc -l" does exactly the same
as "mandoc -a" is that "mandoc" is essentially "man -lc", so the -a
implied by -l negates the -c and the -l has no effect because it is
already the default for mandoc(1).
The more usual command for doing the same is "man -l foo.1 bar.1 ..."
but that's off-topic for the mandoc(1) manual page.
Patch on tech@ from Anders Damsgaard <anders at adamsgaard dot dk>.
Diffstat (limited to 'regress/lib')
0 files changed, 0 insertions, 0 deletions