diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-19 22:17:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-19 22:17:42 +0000 |
commit | 1dffc5b8d827a498dad5eb97a6dde70bda12e121 (patch) | |
tree | e5c2419c36d52779ec0951634bd1a2f936f730bd /usr.bin/mandoc | |
parent | 94fd2a568f7ff10ee52f69726dfaad058ef17653 (diff) |
Avoid the confusion that -a might require a section argument; it does not.
Triggered by a question from <jmates at ee dot washington at edu>.
OK jmc@.
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/man.1 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1 index 53e8f4b3162..6abaf0dc95b 100644 --- a/usr.bin/mandoc/man.1 +++ b/usr.bin/mandoc/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.15 2016/07/01 20:23:29 schwarze Exp $ +.\" $OpenBSD: man.1,v 1.16 2016/10/19 22:17:41 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: July 1 2016 $ +.Dd $Mdocdate: October 19 2016 $ .Dt MAN 1 .Os .Sh NAME @@ -69,12 +69,8 @@ machine architecture The options are as follows: .Bl -tag -width Ds .It Fl a -Display all of the manual pages for a specified -.Ar section -and -.Ar name -combination. -Normally, only the first manual page found is displayed. +Display all matching manual pages. +Normally, only the first page found is displayed. .It Fl C Ar file Use the specified .Ar file |