diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-29 12:59:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-29 12:59:14 +0000 |
commit | 7eac080740f24849d8ef9b11ad65d38fe435334c (patch) | |
tree | 02292489fbccd5a3813c9bf169b4b7706a09781c /bin | |
parent | 874d07dac09a380a2542338d85ba6d16e61998c8 (diff) |
document control characters which are extensions;
Diffstat (limited to 'bin')
-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 , |