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 7e7d9f7b; for ; Mon, 14 Sep 2015 15:10:49 -0500 (EST) Date: Mon, 14 Sep 2015 15:10:49 -0500 (EST) Message-Id: <4547467197784231187.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 .Ns right after .Pf, it's pointless. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Avoid .Ns right after .Pf, it's pointless. Modified Files: -------------- mdocml: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /home/cvs/mdocml/mdocml/mdoc.7,v retrieving revision 1.253 retrieving revision 1.254 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.253 -r1.254 --- mdoc.7 +++ mdoc.7 @@ -1622,7 +1622,7 @@ See also A function name. Its syntax is as follows: .Bd -ragged -offset indent -.Pf \. Ns Sx \&Fn +.Pf . Sx \&Fn .Op Ar functype .Ar funcname .Op Oo Ar argtype Oc Ar argname -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv