From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o7907prr007071 for ; Sun, 8 Aug 2010 20:07:52 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o7907p03031794; Sun, 8 Aug 2010 20:07:51 -0400 (EDT) Date: Sun, 8 Aug 2010 20:07:51 -0400 (EDT) Message-Id: <201008090007.o7907p03031794@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Correctly make quotes around `Lk' link-name argument. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Correctly make quotes around `Lk' link-name argument. Noted by Aldis Berzoja. Also note COMPATIBILITY of groff misformatting `Lk'. Modified Files: -------------- mdocml: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.148 retrieving revision 1.149 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.148 -r1.149 --- mdoc.7 +++ mdoc.7 @@ -2095,7 +2095,7 @@ Its syntax is as follows: .D1 Pf \. Sx \&Lk Cm uri Op Cm name .Pp Examples: -.D1 \&.Lk http://bsd.lv "The BSD.lv Project" +.D1 \&.Lk http://bsd.lv \*qThe BSD.lv Project\*q .D1 \&.Lk http://bsd.lv .Pp See also @@ -2717,9 +2717,13 @@ Heirloom troff, the other significant tr .Pp .Bl -dash -compact .It +groff only accepts a single +.Sq \&Lk +link-name argument; the remainder is misformatted. +.It The .Sq \&%C -macro is not implemented in GNU troff. +macro is not implemented in groff. .It An empty .Sq \&Dd -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv