diff options
author | 2014-05-29 12:59:13 +0000 | |
---|---|---|
committer | 2014-05-29 12:59:13 +0000 | |
commit | e5ca89d0ec6a5c3afbdcc1e74b94142dc2d6ce06 (patch) | |
tree | 344789a91cf11da9cc65b600f4d2c93cce1badb5 | |
parent | flesh out STANDARDS; (diff) | |
download | wireguard-openbsd-e5ca89d0ec6a5c3afbdcc1e74b94142dc2d6ce06.tar.xz wireguard-openbsd-e5ca89d0ec6a5c3afbdcc1e74b94142dc2d6ce06.zip |
document control characters which are extensions;
-rw-r--r-- | bin/stty/stty.1 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 0390752f020..d28136fffc2 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.43 2014/05/29 12:54:17 jmc Exp $ +.\" $OpenBSD: stty.1,v 1.44 2014/05/29 12:59:13 jmc Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -660,8 +660,8 @@ utility is compliant with the specification. .Pp The flags -.Op Fl ef -and the operands +.Op Fl ef , +the operands .Cm altwerase , .Cm cols , .Cm columns , @@ -684,8 +684,16 @@ and the operands .Cm size , .Cm speed , and -.Cm tty -are extensions to that specification. +.Cm tty , +and the control charcters +eol2, +dsusp, +lnext, +reprint, +status, +and +werase +are all extensions to that specification. .Pp The operands .Cm iuclc , |