summaryrefslogtreecommitdiffstats
path: root/sbin/ttyflags
AgeCommit message (Collapse)AuthorFilesLines
2019-06-04Do nog segfault on malformed ttys(5) entry; ok kn@ jca@otto1-2/+3
2019-01-13Skip open of "network" ttys because they permanently retain the (large)deraadt1-2/+6
tty buffers after that. from miod
2012-12-04remove some unnecessary sys/cdefs.h inclusionsderaadt1-2/+1
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-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
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-04-20use a singular here, just to match an earlier reference;jmc1-2/+2
2005-04-20simplify synopsis somewhat, sort options, and sync usage();jmc2-8/+7
2002-07-03ansideraadt1-14/+7
2002-05-29more strlcatderaadt1-16/+16
2002-02-16Part 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.millert1-6/+6
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-2/+3
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-5/+5
1998-09-17sbin/ man page fixesaaron1-3/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1997-03-04Initialize path earlier so we never try to use it before it has beentholo1-6/+6
initialized; from Time Pierce <twpierce@mail.bsd.uchicago.edu>
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-10-30Really set flags...tholo1-4/+7
1996-10-08Attempt at cleanup.michaels1-2/+2
1996-08-30add -p for printing; cleanup error handlingderaadt2-58/+89
1996-06-23update rcsidderaadt3-1/+4
1996-04-21sync to netbsd 960418deraadt1-10/+33
1995-10-18initial import of NetBSD treederaadt3-0/+304