mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +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
|
||||
form.
|
||||
This form is as follows:
|
||||
.HP
|
||||
.IR backslash
|
||||
.BR \\\\\\\\
|
||||
.HP
|
||||
.IR alert
|
||||
.BR \\\\a
|
||||
.HP
|
||||
.IR form-feed
|
||||
.BR \\\\f
|
||||
.HP
|
||||
.IR newline
|
||||
.BR \\\\n
|
||||
.HP
|
||||
.IR carriage-return
|
||||
.BR \\\\r
|
||||
.HP
|
||||
.IR tab
|
||||
.BR \\\\t
|
||||
.HP
|
||||
.IR "vertical tab"
|
||||
.BR \\\\v
|
||||
.RS
|
||||
.nf
|
||||
\fIbackslash\fR\0\0\0\0\0\0\0\fB\\\&\\\fR
|
||||
\fIalert\fR\0\0\0\0\0\0\0\0\0\0\0\fB\\\&a\fR
|
||||
\fIform-feed\fR\0\0\0\0\0\0\0\fB\\\&f\fR
|
||||
\fInewline\fR\0\0\0\0\0\0\0\0\0\fB\\\&n\fR
|
||||
\fIcarriage-return\fR\0\fB\\\&r\fR
|
||||
\fItab\fR\0\0\0\0\0\0\0\0\0\0\0\0\0\fB\\\&t\fR
|
||||
\fIvertical\0tab\fR\0\0\0\0\fB\\\&v\fR
|
||||
.fi
|
||||
.RE
|
||||
.PP
|
||||
Nonprintable characters are written as three-digit octal numbers (with a
|
||||
preceding backslash) for each byte in the character (most significant byte
|
||||
|
Loading…
Reference in New Issue
Block a user