summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/setbuf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsmillert2014-11-251-5/+20
| | | | | that it returns an error for invalid mode which matches our behavior. OK jmc@ deraadt@
* Move guts of setbuf.3 into setvbuf.3 to make it clear which onemillert2014-11-251-112/+35
| | | | should be used in new code.
* more library historyschwarze2013-07-171-2/+7
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-2/+3
| | | | | | - avoid first person ok jmc
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Flesh out all of the stdio man pages.aaron2000-04-201-23/+21
|
* - remove all trailing whitespaceaaron1999-07-091-4/+4
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* stderr is not always unbuffered... only initially; kleinkderaadt1999-02-241-2/+2
|
* Don't tell people to cast NULL to a specific pointer type.millert1997-07-081-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/+204