mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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>
This commit is contained in:
parent
c12e17befd
commit
6740f1c4ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue