summaryrefslogtreecommitdiff
path: root/bin/stty/stty.1
AgeCommit message (Collapse)Author
2002-01-24fix the history refsMichael Shalayeff
2001-11-13o) start new sentence on a new line;Mike Pechkin
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok;
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
appropriate mdoc macros to handle these cases.
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
1999-10-26support missing tty flags; naddy@unix-ag.uni-kl.deTheo de Raadt
1999-08-17consistencyAaron Campbell
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-07-26some macro fix-ups; but imho, this page is ugly and needs more improvementAaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-06-03correct crtscts docs; andrew@ugh.net.auTheo de Raadt
1997-03-26oxtabs is converse of tabs; gwing@primenet.com.auTheo de Raadt
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags.
1996-12-10"the the" purgeTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-01-05Add support for ostart and ostopNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt