summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fclose.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC r285140:ngie2015-12-011-16/+66
| | | | | | | | | | | | | | r285140 (by oshogbo): Add fdclose(3) function. This function is equivalent to fclose(3) function except that it does not close the underlying file descriptor. fdclose(3) is step forward to make FILE structure private. Reviewed by: wblock, jilles, jhb, pjd Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D2697
* 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.
* Markup fixes.ru2006-09-171-1/+1
|
* Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-221-1/+15
| | | | | | Linux also provides an fcloseall() implementation. Discussed on: arch
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* 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
* Note that dying on NULL is an implementation detail.eivind1998-12-171-5/+7
|
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
| | | | | | | | ever saw one), and move the description of NULL behaviour out to a 'NOTES' section, with an extra note that programs should not rely up on it. Kinda-approve-by: bde (by not replying to the mail with the diff)
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
| | | | Noticed by: Alex Nash <nash@mcs.net>
* Document that we will core-dump on getting a NULL pointer.eivind1998-09-281-0/+4
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+93
OpenPOWER on IntegriCloud