mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Make man page reflect reality on parsing rules. Now I know Jordan
never read this man page... :-)
This commit is contained in:
parent
426e9c1dcc
commit
4093b9aa2e
2 changed files with 8 additions and 6 deletions
|
|
@ -22,7 +22,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: loader.8,v 1.1 1999/03/15 08:52:23 dcs Exp $
|
||||
.\" $Id: loader.8,v 1.2 1999/04/20 21:15:12 des Exp $
|
||||
.\"
|
||||
.\" Note: The date here should be updated whenever a non-trivial
|
||||
.\" change is made to the manual page.
|
||||
|
|
@ -399,9 +399,10 @@ All backslash characters are preprocessed.
|
|||
.Tn ASCII
|
||||
11.
|
||||
.It
|
||||
\ez is just skipped.
|
||||
\ez is just skipped. Useful for things like
|
||||
.Dq \e0xf\ez\e0xf .
|
||||
.It
|
||||
\eN and \eNN are replaced by the hex N or NN.
|
||||
\e0xN and \e0xNN are replaced by the hex N or NN.
|
||||
.It
|
||||
\eNNN is replaced by the octal NNN
|
||||
.Tn ASCII
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: loader.8,v 1.1 1999/03/15 08:52:23 dcs Exp $
|
||||
.\" $Id: loader.8,v 1.2 1999/04/20 21:15:12 des Exp $
|
||||
.\"
|
||||
.\" Note: The date here should be updated whenever a non-trivial
|
||||
.\" change is made to the manual page.
|
||||
|
|
@ -399,9 +399,10 @@ All backslash characters are preprocessed.
|
|||
.Tn ASCII
|
||||
11.
|
||||
.It
|
||||
\ez is just skipped.
|
||||
\ez is just skipped. Useful for things like
|
||||
.Dq \e0xf\ez\e0xf .
|
||||
.It
|
||||
\eN and \eNN are replaced by the hex N or NN.
|
||||
\e0xN and \e0xNN are replaced by the hex N or NN.
|
||||
.It
|
||||
\eNNN is replaced by the octal NNN
|
||||
.Tn ASCII
|
||||
|
|
|
|||
Loading…
Reference in a new issue