Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-10-28 | Use strtonum() instead of atoi() so that ridiculous sloppy things like | Theo de Raadt | |
ispeed -38400 baud; ospeed 38400 baud; 24 rows; 80 columns; and % stty rows -45; stty size 65491 80 don't happen. ok millert guenther | |||
2009-10-28 | The min and time settings in stty -g output are in hex, not decimal, so | Philip Guenthe | |
parse them as such. ok deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado | |
ok jmc@ | |||
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2007-06-25 | Greg A. Woods: stty(1) should mention tty(4) | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2006-06-04 | teach stty about NMEADISC | Theo de Raadt | |
2004-09-16 | de-lint (long vs int vs unsigned); otto ok | Theo de Raadt | |
2003-12-16 | use full sentence for description of cols; from Jared Yanovich; | Jason McIntyre | |
2003-07-02 | missing protos | Theo de Raadt | |
2003-07-02 | .Cm Fl -> .Fl | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2002-09-30 | When using "nl" as an argument to .Fl, escape nl to make it literal, | Todd C. Miller | |
else it is interpreted as a command and doesn't format correctly. deraadt@ OK | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-11-13 | o) 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; | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-06-25 | implement 'stty ek' as documented; dima@unixfreak.org | Todd C. Miller | |
2001-05-20 | exit and use __progname | Michael Shalayeff | |
2000-10-06 | Sync usage() with man page. | Aaron Campbell | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
1999-10-26 | support missing tty flags; naddy@unix-ag.uni-kl.de | Theo de Raadt | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-07-26 | some macro fix-ups; but imho, this page is ugly and needs more improvement | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-18 | strtol() range check | Theo de Raadt | |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-06-03 | correct crtscts docs; andrew@ugh.net.au | Theo de Raadt | |
1998-02-14 | recog STRIPDISC; kleink | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-08-24 | correct -sane error msg; steve@freebsd | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |