diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-02 17:07:30 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-02 17:07:30 +0000 |
commit | cdf73b6a371fe40ea9edd0daadfc8c55b256ae6e (patch) | |
tree | 87b41abbdae678e31a314bc15698cdeb6c3aaf5f /man.7 | |
parent | e488529a1974d4cfad562b66e41a8d59be5c1f15 (diff) | |
download | mandoc-cdf73b6a371fe40ea9edd0daadfc8c55b256ae6e.tar.gz |
Examples not being link-referenced (consistency).
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -547,10 +547,8 @@ and render in italics. Whitespace between arguments is omitted in output. .Pp Examples: -.Bd -filled -offset indent -.Pf \. Sx \&BI -bold italic bold italic -.Ed +.Pp +.D1 \&.BI bold italic bold italic .Pp The output of this example will be emboldened .Dq bold @@ -841,9 +839,8 @@ string replaces the default rendered volume, which is dictated by the manual section. .Pp Examples: -.Bd -filled -offset indent -\&.TH CVS 5 "1992-02-12" GNU -.Ed +.Pp +.D1 \&.TH CVS 5 "1992-02-12" GNU . . .Ss \&TP |