Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo; from Kaspars at Bankovskis dot net | 2015-01-15 | 1 | -4/+4 | |
| | |||||
* | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these | 2015-01-13 | 1 | -4/+3 | |
| | |||||
* | Reduce instances of `` '' in manuals. | 2014-11-15 | 1 | -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; | 2014-08-31 | 1 | -2/+2 | |
| | |||||
* | Add additional userland interfaces for setting close-on-exec on fds | 2014-08-31 | 1 | -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 schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | tweak text for consistency; from artturi alm | 2012-10-03 | 1 | -3/+4 | |
| | |||||
* | Credit Keith Sklower and 2BSD for the first implementation of read-write | 2012-01-22 | 1 | -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 2BSD | 2012-01-15 | 1 | -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 schwartze | 2011-05-02 | 1 | -13/+3 | |
| | |||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 1 | -4/+4 | |
| | |||||
* | cvs log message from ed@freebsd, revision 197045: | 2009-09-10 | 1 | -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; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | clarify the description of append mode; | 2005-11-14 | 1 | -2/+7 | |
| | | | | | this comes originally from a mail from mpech@; ok otto@, and no one else objected; | ||||
* | - typos, punctuation, spacing, macro, layout, etc. fixes | 2005-07-26 | 1 | -5/+7 | |
| | | | | | | - avoid first person ok jmc | ||||
* | - simplify descriptions of stream positioning in various open modes | 2005-07-26 | 1 | -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 Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | char * in prototypes should be const; Kamo Hiroyasu | 2003-04-22 | 1 | -4/+4 | |
| | |||||
* | .Xr typos; | 2003-03-06 | 1 | -2/+2 | |
| | |||||
* | missing comma | 2001-12-07 | 1 | -2/+2 | |
| | |||||
* | capitalization | 2001-02-12 | 1 | -2/+2 | |
| | |||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -20/+10 | |
| | |||||
* | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS | 2000-10-18 | 1 | -20/+20 | |
| | | | | section to the end like most man pages. | ||||
* | Flesh out all of the stdio man pages. | 2000-04-20 | 1 | -20/+19 | |
| | |||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -6/+6 | |
| | |||||
* | Nail down semantics in case of failure. | 1999-09-28 | 1 | -2/+31 | |
| | | | | example for fdopen. | ||||
* | Remove extraneous comma | 1999-09-26 | 1 | -2/+2 | |
| | |||||
* | don't lie about being able to arbitrarily intermix reads and writes in stdio | 1999-05-24 | 1 | -5/+2 | |
| | | | | file streams; gson@araneus.fi - NetBSD PR/6072 | ||||
* | formatting error | 1996-12-04 | 1 | -2/+2 | |
| | |||||
* | Formatting error spotted by Theo | 1996-11-19 | 1 | -2/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+239 | |