diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 11:25:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 11:25:25 +0000 |
commit | 2cca6262022189ca5b677700b2f4fdabf44586a0 (patch) | |
tree | 6d7fb4961e8426bc266e0f03dc98a4065a9aed69 /share/man/man4 | |
parent | 71f2c89d496471b1b2d3dfa1a66af5f5882df56b (diff) |
mention ppp discipline; from kjk@uni-trier.de; netbsd pr#1855
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/tty.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index fa2fab6cbe2..fd903a66625 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -163,7 +163,7 @@ file descriptor zero by the following code fragment: Change to the new line discipline pointed to by .Fa ldisc . The available line disciplines are listed in -.Pa Aq sys/termios.h +.Pa Aq sys/ttycom.h and currently are: .Pp .Bl -tag -width TIOCGWINSZ -compact @@ -173,6 +173,8 @@ Termios interactive line discipline. Tablet line discipline. .It SLIPDISC Serial IP line discipline. +.It PPPDISC +Point to Point Protocol line discipline. .El .Pp .It Dv TIOCGETD Fa int *ldisc |