mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 08:29:28 +00:00
Changed some code that was causing nroff errors. This page still has
to be reviewed; there are still problems with it.
This commit is contained in:
parent
dabc2c9205
commit
99e3b1cd28
@ -303,27 +303,17 @@ to the standard output.
|
|||||||
Write the pattern space to the standard output in a visually unambiguous
|
Write the pattern space to the standard output in a visually unambiguous
|
||||||
form.
|
form.
|
||||||
This form is as follows:
|
This form is as follows:
|
||||||
.HP
|
.RS
|
||||||
.IR backslash
|
.nf
|
||||||
.BR \\\\\\\\
|
\fIbackslash\fR\0\0\0\0\0\0\0\fB\\\&\\\fR
|
||||||
.HP
|
\fIalert\fR\0\0\0\0\0\0\0\0\0\0\0\fB\\\&a\fR
|
||||||
.IR alert
|
\fIform-feed\fR\0\0\0\0\0\0\0\fB\\\&f\fR
|
||||||
.BR \\\\a
|
\fInewline\fR\0\0\0\0\0\0\0\0\0\fB\\\&n\fR
|
||||||
.HP
|
\fIcarriage-return\fR\0\fB\\\&r\fR
|
||||||
.IR form-feed
|
\fItab\fR\0\0\0\0\0\0\0\0\0\0\0\0\0\fB\\\&t\fR
|
||||||
.BR \\\\f
|
\fIvertical\0tab\fR\0\0\0\0\fB\\\&v\fR
|
||||||
.HP
|
.fi
|
||||||
.IR newline
|
.RE
|
||||||
.BR \\\\n
|
|
||||||
.HP
|
|
||||||
.IR carriage-return
|
|
||||||
.BR \\\\r
|
|
||||||
.HP
|
|
||||||
.IR tab
|
|
||||||
.BR \\\\t
|
|
||||||
.HP
|
|
||||||
.IR "vertical tab"
|
|
||||||
.BR \\\\v
|
|
||||||
.PP
|
.PP
|
||||||
Nonprintable characters are written as three-digit octal numbers (with a
|
Nonprintable characters are written as three-digit octal numbers (with a
|
||||||
preceding backslash) for each byte in the character (most significant byte
|
preceding backslash) for each byte in the character (most significant byte
|
||||||
|
Loading…
Reference in New Issue
Block a user