summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/tcsetattr.3
Commit message (Collapse)AuthorAgeFilesLines
* Add a new libc function: cfmakesane(3).ed2010-11-021-3/+14
| | | | | | | | | | | I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults. Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-2/+2
|
* english(4) police.schweikh2002-12-271-1/+1
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+1
|
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-3/+3
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* FIxed arg types (mostly missing consts) in synopsis.bde1997-03-191-3/+3
|
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-46/+46
| | | | of .Nm when referencing funciton names.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+330
OpenPOWER on IntegriCloud