diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:09:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:09:45 +0000 |
commit | 19a32a4c143965883bb87247ee3c503bd159f61f (patch) | |
tree | c6c65190ec32a4b4c439bfee45ffedaf53c0f319 /mdoc.7 | |
parent | 135785a8d163dcf9961552ae584586e0c1c9e973 (diff) | |
download | mandoc-19a32a4c143965883bb87247ee3c503bd159f61f.tar.gz |
Full `%U' support.
`Lk' display fixed.
Renamed arg2xxxx as a2xxxx for consistency.
Renamed print_foot to print_man_foot for consistency.
Removed default printing of `~' when `Lk' not provided (not sure where I got that from).
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -759,7 +759,7 @@ block. This macro may also be used in a non-bibliographical context when referring to article titles. . .Ss \&%U -URI of current document. +URI of reference document. . .Ss \&%V Volume number of an @@ -1451,6 +1451,19 @@ and .Ss \&Lb .Ss \&Li .Ss \&Lk +Format a hyperlink. The calling syntax is as follows: +.Pp +.D1 \. Ns Sx \&Lk Cm uri Op Cm name +.Pp +Examples: +.Bd -literal -offset indent +\&.Lk http://bsd.lv "The BSD.lv Project" +\&.Lk http://bsd.lv +.Ed +.Pp +See also +.Sx \&Mt . +. .Ss \&Lp .Ss \&Ms .Ss \&Mt |