History log of /src/bin/stty/stty.1 |
Revision | | Date | Author | Comments |
1.46 |
| 14-May-2022 |
dholland | Clarify that "stty 0" will normally hang up the tty. Bump date.
|
1.45 |
| 30-Oct-2017 |
wiz | branches: 1.45.4; Remove Tn.
|
1.44 |
| 25-Oct-2017 |
kre | Implement tcgetwinsize() and tcsetwinsize() in libc, with access via <termios.h> (and document them.) Bump libc minor number for them.
Arrange for "struct winsize" to become visible in <termios.h>
Fix stty(1) so that "cols" is reported as the arg to set number of columns, and "columns" is the alias, rather than the other way around, as "cols" is what has been added to POSIX.
This is to conform with updates to be included in 1003.1 issue 8 (whenever that gets published) currently available at: http://austingroupbugs.net/view.php?id=1053 (see note 3863) http://austingroupbugs.net/view.php?id=1151 (see note 3856)
|
1.43 |
| 14-Aug-2016 |
sevan | While the v2 source and man pages are incomplete, TUHS has a scanned copy of the printed version of the 2nd edition manual. stty is featured in this copy, in the table of contents listed as meaning "set typewriter modes" and on the actual manual page headed correctly as "set teletype options" http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdf Ammend HISTORY and bump date.
|
1.42 |
| 12-Aug-2016 |
sevan | Document the version stty first appeared. Bump date.
|
1.41 |
| 20-Jun-2012 |
wiz | Remove another Pf. From Bug Hunting.
|
1.40 |
| 20-Jun-2012 |
wiz | - improve wording, and create more consistency within the text; - correct `SYNOPSIS'; - improve macro usage; - mention argument name for `-f' (and change list width for it); - correct misplacement of periods (`.') and a parenthese (`('); - fix typo; - bump date.
From Bug Hunting.
|
1.39 |
| 05-Apr-2010 |
joerg | branches: 1.39.6; 1.39.8; \\ -> \e
|
1.38 |
| 14-Dec-2009 |
wiz | Bump date for previous.
|
1.37 |
| 14-Dec-2009 |
dholland | Document "stty insane" properly. Closes PR bin/25024.
|
1.36 |
| 13-May-2009 |
wiz | Reduce Pf/Ns usage.
|
1.35 |
| 15-Mar-2009 |
joerg | Fix markup.
|
1.34 |
| 24-Jun-2007 |
christos | branches: 1.34.20; PR/36536: Greg A. Woods: stty(1) should mention tty(4)
|
1.33 |
| 03-Sep-2006 |
wiz | Bump date for previous.
|
1.32 |
| 02-Sep-2006 |
itohy | Add description on "discard" character. Sort control characters by the Vxxx numbers in termios.h.
|
1.31 |
| 01-Apr-2004 |
tsarna | Fix longstanding gap in stty functionality: while many operations had inverses, "sane" didn't. Now there is symmetry.
|
1.30 |
| 13-Feb-2004 |
wiz | Uppercase CPU.
|
1.29 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
|
1.28 |
| 01-Jul-2003 |
wiz | Cm Fl -> Fl.
|
1.27 |
| 30-Mar-2003 |
wiz | PDP-11 instead of PDP 11.
|
1.26 |
| 29-Mar-2003 |
perry | Pdp 11 -> PDP 11, from Igor Sobrado in PR 19670
|
1.25 |
| 25-Sep-2002 |
wiz | New policy: New sentences start on a new line. Patches by Robert Elz <kre at munnari oz au>, with minimal changes by me.
|
1.24 |
| 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.23 |
| 20-Dec-2001 |
wiz | Punctuation nits, use Bd -literal instead of .nf, drop unnecessary .Pps.
|
1.22 |
| 04-Sep-2000 |
kleink | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as appropriate (and documented in mdoc(7)).
|
1.21 |
| 28-Aug-2000 |
hubertf | Add 'RETURN VALUE' section header.
|
1.20 |
| 24-Mar-1999 |
mycroft | branches: 1.20.10; Remove spurious .ne's.
|
1.19 |
| 13-Jan-1999 |
sommerfe | Apply patch as found in PR1892
|
1.18 |
| 13-Feb-1998 |
kleink | Add ONOCR and ONLRET output modes, from XPG4.2.
|
1.17 |
| 06-Feb-1998 |
perry | macroize BSD, NetBSD, FreeBSD and misc cleanup
|
1.16 |
| 20-Oct-1997 |
enami | Fix .Nm usage.
|
1.15 |
| 20-Oct-1997 |
scottr | Add support for DTR/CTS flow control, from Bill Studenmund.
|
1.14 |
| 02-Apr-1997 |
kleink | Implement OCRNL "\r" -> "\n" tty output translation. Fixes PR standards/3434.
|
1.13 |
| 13-Mar-1997 |
mikel | tabs is the converse of oxtabs, not itself. pointed out by Geoff Wing in PR misc/3320.
|
1.12 |
| 08-Mar-1997 |
mouse | alternate -> alternative, per PR 2643
|
1.11 |
| 11-Nov-1996 |
lukem | fix the the typos
|
1.10 |
| 07-Sep-1995 |
jtc | Sync with 4.4lite2
|
1.9 |
| 18-Aug-1995 |
pk | .DV => .Dv (from Mark Weaver, PR#1370).
|
1.8 |
| 25-Jul-1995 |
jtc | Use "utility" instead of "command". Modern definitions of these terms are distinct (See POSIX.2 glossary).
A utility is a executable, script or shell builtin; while a command can be any of those things plus lists, pipelines, compound commands (if, for, while) and shell function definitions.
|
1.7 |
| 21-Mar-1995 |
cgd | convert to new RCS id conventions.
|
1.6 |
| 20-Sep-1994 |
mycroft | branches: 1.6.2; Merge with 4.4-Lite version.
|
1.5 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.4 |
| 01-Jun-1993 |
cgd | rcsid cleanup
|
1.3 |
| 23-Mar-1993 |
cgd | changed "Id" to "Header" for rcsids
|
1.2 |
| 22-Mar-1993 |
cgd | added rcs ids to all files
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.3 |
| 07-Sep-1995 |
jtc | imported from 44lite2
|
1.1.1.2 |
| 20-Sep-1994 |
mycroft | Import original 4.4-Lite version.
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.6.2.2 |
| 20-Sep-1994 |
mycroft | Merge with 4.4-Lite version.
|
1.6.2.1 |
| 20-Sep-1994 |
mycroft | file stty.1 was added on branch netbsd-1-0 on 1994-09-20 04:52:12 +0000
|
1.20.10.1 |
| 28-Aug-2000 |
hubertf | Pull up to netbsd-1-5 branch, OK'd by thorpej:
Log Message: > Add 'RETURN VALUE' section header.
Files & Revisionis: > cvs rdiff -r1.19 -r1.20 basesrc/bin/cat/cat.1 > cvs rdiff -r1.12 -r1.13 basesrc/bin/chmod/chmod.1 > cvs rdiff -r1.14 -r1.15 basesrc/bin/cp/cp.1 > cvs rdiff -r1.8 -r1.9 basesrc/bin/dd/dd.1 > cvs rdiff -r1.9 -r1.10 basesrc/bin/echo/echo.1 > cvs rdiff -r1.11 -r1.12 basesrc/bin/expr/expr.1 > cvs rdiff -r1.25 -r1.26 basesrc/bin/ls/ls.1 > cvs rdiff -r1.10 -r1.11 basesrc/bin/mkdir/mkdir.1 > cvs rdiff -r1.23 -r1.24 basesrc/bin/mt/mt.1 > cvs rdiff -r1.12 -r1.13 basesrc/bin/mv/mv.1 > cvs rdiff -r1.16 -r1.17 basesrc/bin/pwd/pwd.1 > cvs rdiff -r1.9 -r1.10 basesrc/bin/rm/rm.1 > cvs rdiff -r1.11 -r1.12 basesrc/bin/rmdir/rmdir.1 > cvs rdiff -r1.35 -r1.36 basesrc/bin/sh/sh.1 > cvs rdiff -r1.11 -r1.12 basesrc/bin/sleep/sleep.1 > cvs rdiff -r1.20 -r1.21 basesrc/bin/stty/stty.1
|
1.34.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.39.8.1 |
| 28-Jun-2012 |
riz | Pull up following revision(s) (requested by wiz in ticket #364): bin/stty/stty.1: revision 1.40 bin/stty/stty.1: revision 1.41 bin/stty/stty.c: revision 1.22 - improve wording, and create more consistency within the text; - correct `SYNOPSIS'; - improve macro usage; - mention argument name for `-f' (and change list width for it); - correct misplacement of periods (`.') and a parenthese (`('); - fix typo; - bump date. From Bug Hunting. - remove trailing white space; - sync `usage' with man page. From patch by Bug Hunting. Remove another Pf. From Bug Hunting.
|
1.39.6.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.45.4.2 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
1.45.4.1 |
| 21-Apr-2020 |
martin | Sync with HEAD
|