summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgets.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-13/+13
| | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-281-1/+2
| | | | | | | | | | | | wcscasecmp(), and wcsncasecmp(). - Make some previously non-standard extensions visible if POSIX_VISIBLE >= 200809. - Use restrict qualifiers in stpcpy(). - Declare off_t and size_t in stdio.h. - Bump __FreeBSD_version in case the new symbols (particularly getline()) cause issues with ports. Reviewed by: standards@
* 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.
* Remove references to nonexistent "FreeBSD Security Architecture" document.tjr2005-09-051-5/+0
|
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-1/+1
| | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
* Add restrict type-qualifier.mike2002-10-121-2/+2
|
* Cross-reference between byte and wide-character stdio functions. Removetjr2002-10-101-1/+2
| | | | references to fputwc() and fgetwc() being macros while I'm at it.
* Grammar fix: "contents" is plural.archie2002-05-311-2/+2
| | | | MFC after: 1 day
* mdoc(7) police:ru2002-01-091-1/+2
| | | | Stop abusing the .%J macro for where the .Pa macro should have been used.
* All information from the "BUGS" section not belonging in "SECURITYchris2002-01-061-13/+5
| | | | | | | CONSIDERATIONS" moved to "COMPATIBILITY". Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Add new "SECURITY CONSIDERATIONS" sections.chris2002-01-061-0/+14
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* .St -ansiC -> .St -isoCru2001-02-261-2/+2
|
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-061-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
* Correct the paramter type of the second argument to fgets.mpp1996-08-061-1/+1
| | | | Obtained from: NetBSD-bugs mailing list
* Say what happens to the buffer when fgets() returns NULL.bde1996-03-271-6/+11
| | | | Fixed bogus cross references and a misordered line.
* fgetline does not exist.. fgetln is in it's place. Correct the X-Ref.peter1995-08-181-1/+1
| | | | Noticed by: Brian Tao, Bruce Evans
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+151
OpenPOWER on IntegriCloud