summaryrefslogtreecommitdiffstats
path: root/lib/libc/termios/tcgetpgrp.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* POSIX no longer requires sys/types.h be included to get the pid_tmillert2013-12-121-3/+2
| | | | definition, and neither do our headers. OK espie@ guenther@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* whoops, forgot this oneaaron1999-07-051-6/+6
|
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
| | | | not "Month, ##, ####"
* setpgid 2deraadt1997-07-221-2/+2
|
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
| | | | | | | grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+81