summaryrefslogtreecommitdiff
path: root/bin/stty/stty.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-05-29 12:54:18 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-05-29 12:54:18 +0000
commit874d07dac09a380a2542338d85ba6d16e61998c8 (patch)
tree819d7a02da8e4ad869cd8c3fb31b30a55979a4df /bin/stty/stty.1
parentf5ac28745ff831ff91a1c2aedb32eedfec92d13a (diff)
flesh out STANDARDS;
Diffstat (limited to 'bin/stty/stty.1')
-rw-r--r--bin/stty/stty.181
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