diff options
| author | Mark Ovens <marko@FreeBSD.org> | 2000-09-18 23:00:15 +0000 |
|---|---|---|
| committer | Mark Ovens <marko@FreeBSD.org> | 2000-09-18 23:00:15 +0000 |
| commit | 081cb6b302b57e1c50bdbcfa3ef73e010c6ac4fe (patch) | |
| tree | 01776fea73064ca8e3918c40f9589e9fcc1b7e60 | |
| parent | 504119265e7fac446227238afe922e26ae4ed143 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/termios.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 78813a884fd2..777d33ec8ea1 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -548,7 +548,7 @@ is set, the .Dv EOF character is discarded when processed. -.Dv NL +.It Dv NL Special character on input and is recognized if the .Dv ICANON flag is set. It is the line delimiter @@ -603,7 +603,7 @@ character. If is set, the .Dv START character is discarded when processed. -.Dv CR +.It Dv CR Special character on input and is recognized if the .Dv ICANON flag is set; it is the |
