summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getc.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary quoting and markup, add missing punctuation.brueffer2010-01-081-3/+2
| | | | | | PR: 140494 Submitted by: Jeremy Huddleston <jeremyhu@apple.com>, bde MFC after: 1 week
* 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.
* Fix prototype.ru2005-11-231-1/+1
|
* Re-add text that says getc() is a macro (back out rev. 1.16.)tjr2004-03-171-1/+2
|
* Fix prototype for getchar_unlocked().tjr2003-12-071-1/+1
|
* mdoc(7) police: markup laundry.ru2003-02-231-3/+3
|
* There is no macro version of getc() anymore.tjr2003-01-101-2/+1
|
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),tjr2003-01-101-1/+31
| | | | and putchar_unlocked().
* Cross-reference between byte and wide-character stdio functions. Removetjr2002-10-101-0/+1
| | | | references to fputwc() and fgetwc() being macros while I'm at it.
* mdoc(7) police: fix markup for types.ru2002-05-291-4/+4
|
* Clarify that the value of getc() etc. is an unsigned char convertedfanf2002-05-151-0/+4
| | | | | | | | to an int (as per the C standard) i.e. it can be passed straight to isalpha() etc. Approved by: dwmalone (mentor) MFC after: 3 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Explain the relation of getchar() to getc() in less words.dd2001-08-161-5/+1
| | | | Submitted by: ru
* Use .Fn, .Fa, and .Dv where appropriate.dd2001-08-101-2/+6
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-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
* Sort cross references.wosch1997-01-201-1/+1
|
* Fixed bogus cross references.bde1996-03-271-4/+4
| | | | Reviewed by: mpp
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+136
OpenPOWER on IntegriCloud