summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fopen.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typo; from Kaspars at Bankovskis dot netschwarze2015-01-151-4/+4
|
* remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseschwarze2015-01-131-4/+3
|
* Reduce instances of `` '' in manuals.bentley2014-11-151-4/+8
| | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
* provide section numbers for xrs;jmc2014-08-311-2/+2
|
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-13/+46
| | | | | | | | | | | | | when creating them: mkostemp(), mkostemps(), the 'e' mode letter for fopen(), freopen(), fdopen(), and popen(). The close-on-exec flag will be cleared by the action created by posix_spawn_file_actions_adddup2(). Also, add support for the C11 'x' mode letter for fopen() and freopen(), setting O_EXCL when possibly creating files. Note: this requires kernel support for pipe2() and dup3()! ok millert@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* tweak text for consistency; from artturi almjmc2012-10-031-3/+4
|
* Credit Keith Sklower and 2BSD for the first implementation of read-writeschwarze2012-01-221-2/+7
| | | | | access; information found in the 2bsd directory of the CSRG archive CDs. feedback and ok jmc@
* Document early history of a few functions specifically mentioned in 2BSDschwarze2012-01-151-2/+18
| | | | | | manuals; however, it turned out all of these actually predate 2BSD. All information from http://minnie.tuhs.org/cgi-bin/utree.pl. ok jmc@ sobrado@
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-13/+3
|
* dispense with some wacky escape sequences;jmc2010-03-261-4/+4
|
* cvs log message from ed@freebsd, revision 197045:jmc2009-09-101-3/+3
| | | | | | | | | | | Make the description of `b' a little better. If you have a one-byte sequence, `w', `b' is the second character. Not the third. Submitted by: Christoph Mallon checked by otto
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* clarify the description of append mode;jmc2005-11-141-2/+7
| | | | | this comes originally from a mail from mpech@; ok otto@, and no one else objected;
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-5/+7
| | | | | | - avoid first person ok jmc
* - simplify descriptions of stream positioning in various open modesjaredy2005-07-261-8/+15
| | | | | | | | | - mention that append mode always forces the stream position to EOF on writes from NetBSD -r 1.9 ok millert, jmc
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* char * in prototypes should be const; Kamo Hiroyasumillert2003-04-221-4/+4
|
* .Xr typos;jmc2003-03-061-2/+2
|
* missing commamillert2001-12-071-2/+2
|
* capitalizationaaron2001-02-121-2/+2
|
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-20/+10
|
* fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSaaron2000-10-181-20/+20
| | | | section to the end like most man pages.
* Flesh out all of the stdio man pages.aaron2000-04-201-20/+19
|
* Trailing whitespace begone!aaron2000-04-121-6/+6
|
* Nail down semantics in case of failure.espie1999-09-281-2/+31
| | | | example for fdopen.
* Remove extraneous commaespie1999-09-261-2/+2
|
* don't lie about being able to arbitrarily intermix reads and writes in stdioaaron1999-05-241-5/+2
| | | | file streams; gson@araneus.fi - NetBSD PR/6072
* formatting errorderaadt1996-12-041-2/+2
|
* Formatting error spotted by Theomillert1996-11-191-2/+2
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+239