summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1999-09-30 14:39:22 +0000
committermpp <mpp@FreeBSD.org>1999-09-30 14:39:22 +0000
commit8371b0134ceb908c2f8fb26db7c3e73cb669fc7a (patch)
treea78a4c4ac17f443a4e7e0af558d5364a64dd2713
parentac1935c9796f6dd3c1e7beb1590c8467cefa7d59 (diff)
downloadFreeBSD-src-8371b0134ceb908c2f8fb26db7c3e73cb669fc7a.zip
FreeBSD-src-8371b0134ceb908c2f8fb26db7c3e73cb669fc7a.tar.gz
Correctly escape a macro call in the description of the .D1 macro.
Also use the correct macro (.D1, not .Dl) to format the text, and in the example output. PR: docs/14051 Submitted by: <andrew@ugh.net.au>
-rw-r--r--share/man/man7/mdoc.samples.74
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 546444f..3217964 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -2205,10 +2205,10 @@ end-display macros.
(D-one) Display one line of indented text.
This macro is parsed, but it is not callable.
.Pp
-.Dl Fl ldghfstru
+.D1 Fl ldghfstru
.Pp
The above was produced by:
-.Li \&.Dl Fl ldghfstru .
+.Li \&.D1 \&Fl ldghfstru .
.It Li \&.Dl
(D-ell)
Display one line of indented
OpenPOWER on IntegriCloud