summaryrefslogtreecommitdiff
path: root/bin/stty
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-29 15:05:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-29 15:05:00 +0000
commit45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch)
treece7e86cedb7cce377477634a06422782dddb83fd /bin/stty
parent8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff)
- consistent STANDARDS blurb
- note which options are extensions to POSIX discussed w/ deraadt otto millert
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/stty.143
1 files changed, 33 insertions, 10 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index f2517aa9186..91b8ea4db5e 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stty.1,v 1.31 2003/12/16 16:53:56 jmc Exp $
+.\" $OpenBSD: stty.1,v 1.32 2007/05/29 15:04:59 jmc Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -651,16 +651,39 @@ utility exits 0 on success or >0 if an error occurred.
.Sh STANDARDS
The
.Nm
-utility is expected to be
-.St -p1003.2
-compatible.
+utility is compliant with the
+.St -p1003.1-2004
+specification.
+.Pp
The flags
-.Fl e
-and
-.Fl f
-are
-extensions to the standard, as are the operands mentioned in the control
-operations section.
+.Op Fl ef
+and the operands
+.Cm speed ,
+.Cm crtscts ,
+.Cm iuclc ,
+.Cm imaxlabel ,
+.Cm onlcr ,
+.Cm olcuc ,
+.Cm oxtabs ,
+.Cm onoeot ,
+.Cm echoke ,
+.Cm altwerase ,
+.Cm mdmbuf ,
+.Cm flusho ,
+.Cm pendin ,
+.Cm xcase ,
+.Cm tty ,
+.Cm crt ,
+.Cm kerninfo ,
+.Cm columns ,
+.Cm cols ,
+.Cm rows ,
+.Cm dec ,
+.Cm extproc ,
+.Cm raw ,
+.Cm size ,
+the compatibility modes and the control operations
+are extensions to that specification.
.Sh HISTORY
A
.Nm