summaryrefslogtreecommitdiff
path: root/lib/libc/termios/tcsetattr.3
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-07typos;Jason McIntyre
2002-03-26Fix variable name. PR2492Hugh Graham
2000-04-15Mostly punctuation fixes.Aaron Campbell
1999-07-05repairsAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
not "Month, ##, ####"
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-03-10fix comma splices involving 'however'Paul Janzen
1997-09-30int cfsetspeed; tron@lyssa.owl.deTheo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
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
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt