From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id e18ec8b4 for ; Wed, 19 Oct 2016 17:21:06 -0500 (EST) Date: Wed, 19 Oct 2016 17:21:06 -0500 (EST) Message-Id: <5027362371819818086.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Avoid the confusion that -a might require a section argument; it X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Avoid the confusion that -a might require a section argument; it does not. Triggered by a question from . OK jmc@. Modified Files: -------------- mdocml: man.1 Revision Data ------------- Index: man.1 =================================================================== RCS file: /home/cvs/mdocml/mdocml/man.1,v retrieving revision 1.17 retrieving revision 1.18 diff -Lman.1 -Lman.1 -u -p -r1.17 -r1.18 --- man.1 +++ man.1 @@ -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 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv