From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s9UHF314023191 for ; Thu, 30 Oct 2014 13:15:03 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s9UHExDD000991; Thu, 30 Oct 2014 13:14:59 -0400 (EDT) Date: Thu, 30 Oct 2014 13:14:59 -0400 (EDT) Message-Id: <201410301714.s9UHExDD000991@krisdoz.my.domain> 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: fix a macro error in previous; from jmc@ X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- fix a macro error in previous; from jmc@ Modified Files: -------------- mdocml: mandoc.1 Revision Data ------------- Index: mandoc.1 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.1,v retrieving revision 1.120 retrieving revision 1.121 diff -Lmandoc.1 -Lmandoc.1 -u -p -r1.120 -r1.121 --- mandoc.1 +++ mandoc.1 @@ -27,7 +27,7 @@ .Sm off .Op Fl I Cm os Li = Ar name .Sm on -.Op Fl K Na Ar encoding +.Op Fl K Ns Ar encoding .Op Fl m Ns Ar format .Op Fl O Ns Ar option .Op Fl T Ns Ar output -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv