This commit is contained in:
Michael Kerrisk 2008-03-19 08:40:20 +00:00
parent 76c44d83f3
commit d4aa1c1659
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ 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,
and if LF/NL (new line mode) is set also a carriage return;
and if LF/NL (new-line mode) is set also a carriage return;
.HP
CR (0x0D, ^M) gives a carriage return;
.HP