summaryrefslogtreecommitdiffstats
path: root/sbin/ttyflags (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do nog segfault on malformed ttys(5) entry; ok kn@ jca@otto2019-06-041-2/+3
|
* Skip open of "network" ttys because they permanently retain the (large)deraadt2019-01-131-2/+6
| | | | | tty buffers after that. from miod
* remove some unnecessary sys/cdefs.h inclusionsderaadt2012-12-041-2/+1
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-11/+1
| | | | | | | 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
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* use a singular here, just to match an earlier reference;jmc2005-04-201-2/+2
|
* simplify synopsis somewhat, sort options, and sync usage();jmc2005-04-202-8/+7
|
* ansideraadt2002-07-031-14/+7
|
* more strlcatderaadt2002-05-291-16/+16
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
|
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-2/+3
|
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
|
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-5/+5
|
* sbin/ man page fixesaaron1998-09-171-3/+3
|
* $OpenBSD$deraadt1997-09-211-2/+1
|
* Initialize path earlier so we never try to use it before it has beentholo1997-03-041-6/+6
| | | | initialized; from Time Pierce <twpierce@mail.bsd.uchicago.edu>
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
|
* Really set flags...tholo1996-10-301-4/+7
|
* Attempt at cleanup.michaels1996-10-081-2/+2
|
* add -p for printing; cleanup error handlingderaadt1996-08-302-58/+89
|
* update rcsidderaadt1996-06-233-1/+4
|
* sync to netbsd 960418deraadt1996-04-211-10/+33
|
* initial import of NetBSD treederaadt1995-10-183-0/+304