Relocate misplaced line:

"and if LF/NL (new line mode) is set also a carriage return;"
This commit is contained in:
Michael Kerrisk 2008-01-01 13:08:31 +00:00
parent dfc3d47ac7
commit d27d920373
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
.\"
.\" 2006-05-27, Several corrections - Thomas E. Dickey
.\"
.TH CONSOLE_CODES 4 2006-05-29 "Linux" "Linux Programmer's Manual"
.TH CONSOLE_CODES 4 2008-01-01 "Linux" "Linux Programmer's Manual"
.SH NAME
console_codes \- Linux console escape and control sequences
.SH DESCRIPTION
@ -99,12 +99,12 @@ BS (0x08, ^H) backspaces one column
HT (0x09, ^I) goes to the next tab stop or to the end of the line
if there is no earlier tab stop;
.HP
LF (0x0A, ^J), VT (0x0B, ^K) and FF (0x0C, ^L) all give a linefeed;
LF (0x0A, ^J), VT (0x0B, ^K) and FF (0x0C, ^L) all give a linefeed,
and if LF/NL (new line mode) is set also a carriage return;
.HP
CR (0x0D, ^M) gives a carriage return;
.HP
SO (0x0E, ^N) activates the G1 character set,
and if LF/NL (new line mode) is set also a carriage return;
SO (0x0E, ^N) activates the G1 character set;
.HP
SI (0x0F, ^O) activates the G0 character set;
.HP