mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Fixed quoting of backslash.
This commit is contained in:
parent
a2a0088805
commit
f3acd8dc3c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ In the ASCII character set, this includes the following characters:
|
|||
.It \&046\ ``&'' \t047\ ``''' \t050\ ``('' \t051\ ``)'' \t052\ ``*''
|
||||
.It \&053\ ``+'' \t054\ ``,'' \t055\ ``-'' \t056\ ``.'' \t057\ ``/''
|
||||
.It \&072\ ``:'' \t073\ ``;'' \t074\ ``<'' \t075\ ``='' \t076\ ``>''
|
||||
.It \&077\ ``?'' \t100\ ``@'' \t133\ ``['' \t134\ ``\'' \t135\ ``]''
|
||||
.It \&077\ ``?'' \t100\ ``@'' \t133\ ``['' \t134\ ``\e\|'' \t135\ ``]''
|
||||
.It \&136\ ``^'' \t137\ ``_'' \t140\ ```'' \t173\ ``{'' \t174\ ``|''
|
||||
.It \&175\ ``}'' \t176\ ``~''
|
||||
.El
|
||||
|
|
|
|||
Loading…
Reference in a new issue