diff options
author | 2014-05-29 12:54:17 +0000 | |
---|---|---|
committer | 2014-05-29 12:54:17 +0000 | |
commit | b67d3d9b65c4880b43598f41ea6d641b25a997fe (patch) | |
tree | 3043327acee80e9a51084e56c034daecb4d5cda9 | |
parent | fsck should use the same values in checking as newfs does in creating (diff) | |
download | wireguard-openbsd-b67d3d9b65c4880b43598f41ea6d641b25a997fe.tar.xz wireguard-openbsd-b67d3d9b65c4880b43598f41ea6d641b25a997fe.zip |
flesh out STANDARDS;
-rw-r--r-- | bin/stty/stty.1 | 81 |
1 files changed, 61 insertions, 20 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index c444a5d0cfe..0390752f020 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.42 2014/05/29 06:28:09 jmc Exp $ +.\" $OpenBSD: stty.1,v 1.43 2014/05/29 12:54:17 jmc Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -662,32 +662,73 @@ specification. The flags .Op Fl ef and the operands -.Cm speed , +.Cm altwerase , +.Cm cols , +.Cm columns , +.Cm crt , .Cm crtscts , -.Cm iuclc , -.Cm imaxlabel , -.Cm onlcr , -.Cm olcuc , -.Cm oxtabs , -.Cm onoeot , +.Cm dec , .Cm echoke , -.Cm altwerase , -.Cm mdmbuf , +.Cm extproc , .Cm flusho , -.Cm pendin , -.Cm xcase , -.Cm tty , -.Cm crt , +.Cm imaxbel , .Cm kerninfo , -.Cm columns , -.Cm cols , +.Cm mdmbuf , +.Cm onlcr , +.Cm onoeot , +.Cm ostart , +.Cm ostop , +.Cm oxtabs , +.Cm pendin , .Cm rows , -.Cm dec , -.Cm extproc , -.Cm raw , .Cm size , -the compatibility modes and the control operations +.Cm speed , +and +.Cm tty are extensions to that specification. +.Pp +The operands +.Cm iuclc , +.Cm olcuc , +and +.Cm xcase +are marked by +.St -p1003.1-2008 +as legacy items; +the operands listed in +.Sx Compatibility modes +can also be considered legacy. +.Pp +The operands +.Cm bs0-1 , +.Cm cr0-3 , +.Cm ff0-1 , +.Cm nl0-1 , +.Cm ocrnl , +.Cm ofdel , +.Cm ofill , +.Cm onlret , +.Cm onocr , +.Cm raw , +.Cm tab0-3 , +.Cm tabs , +and +.Cm vt0-1 +are marked by +.St -p1003.1-2008 +as being an X/Open System Interfaces option. +Of those, only +.Cm ocrnl , +.Cm onlret , +.Cm onocr , +.Cm raw , +and +.Cm tabs +are supported by this implementation of +.Nm , +and behaviour for +.Cm tabs +differs. .Sh HISTORY A .Nm |