mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Escape Do to prevent mdoc(7) parser to get confused with the "Do" macro
Reported by: sjg
This commit is contained in:
parent
923544aa8d
commit
6fbbb9be44
1 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ traditional C strings can be used directly.
|
|||
The close functions with the
|
||||
.Dq _d
|
||||
suffix are used in
|
||||
.Dq The Right Thing
|
||||
.Dq \&Do The Right Thing
|
||||
mode, where the name of the open containers, lists, and
|
||||
instances are maintained internally by
|
||||
.Em libxo
|
||||
|
|
@ -161,7 +161,7 @@ Some user may find tracking the names of open containers, lists, and
|
|||
instances inconvenient.
|
||||
.Em libxo
|
||||
offers
|
||||
.Dq The Right Thing
|
||||
.Dq \&Do The Right Thing
|
||||
mode, where
|
||||
.Em libxo
|
||||
will track the names of open containers, lists, and instances so
|
||||
|
|
|
|||
Loading…
Reference in a new issue