diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-09 00:07:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-09 00:07:51 +0000 |
commit | 7f71d128d25827c010bb7643ca0adfcac5b3b8f9 (patch) | |
tree | 7834f8c1da5d43d0bddb1888a812b3820de0fe23 | |
parent | 1ddd9daa02a7fa9f1cb855ad60101e64f8bd8b36 (diff) | |
download | mandoc-7f71d128d25827c010bb7643ca0adfcac5b3b8f9.tar.gz |
Correctly make quotes around `Lk' link-name argument. Noted by Aldis
Berzoja. Also note COMPATIBILITY of groff misformatting `Lk'.
-rw-r--r-- | mdoc.7 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 troff implementation accepting .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 |