aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/setbuf.3
Commit message (Collapse)AuthorAgeFilesLines
* libc manpages: various improvements from NetBSDGordon Bergling2020-06-141-1/+18
| | | | | | | | | | | | | | - Add STANDARDS and HISTORY sections within the appropriate manpages - Mention two USENIX papers within kqueue(2) and strlcpy(3) Reviewed by: bcr (mentor) Approved by: bcr (mentor) Obtained from: NetBSD MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D24650 Notes: svn path=/head/; revision=362171
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* setbuf(3): Restore a BUGS section about setbuf().Jilles Tjoelker2013-02-181-1/+4
| | | | | | | | | | The brokenness of setbuf() is not specific to 4.2BSD and 4.3BSD but inherent in the API definition. Reported by: bde Notes: svn path=/head/; revision=246952
* setbuf(3): Remove bugs section about ancient versions of BSD.Jilles Tjoelker2013-02-151-17/+1
| | | | Notes: svn path=/head/; revision=246824
* Fix small documentation mistakes.Jeremie Le Hen2012-04-281-1/+1
| | | | | | | | Submitted by: brueffer Approved by: kib (mentor) Notes: svn path=/head/; revision=234773
* Import stdbuf(1) and the shared library it relies on.Jeremie Le Hen2012-04-281-0/+4
| | | | | | | | | | | | | | | | | This tool changes the default buffering behaviour of standard stdio streams. It only works on dynamic binaries. To make it work for static ones it would require cluttering stdio because there no single entry point. PR: 166660 Reviewed by: current@, jhb Approved by: kib (mentor) MFC after: 1 week Notes: svn path=/head/; revision=234772
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+3
| | | | Notes: svn path=/head/; revision=140081
* note that it is the caller's responsibility to free any buffer passedAlfred Perlstein2004-08-241-0/+5
| | | | | | | to setvbuf(3) and friends. Notes: svn path=/head/; revision=134277
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-2/+2
| | | | Notes: svn path=/head/; revision=108087
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-3/+4
| | | | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re Notes: svn path=/head/; revision=107619
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
| | | | Notes: svn path=/head/; revision=103012
* - Add the 'restrict' qualifier to the function definitions andRobert Drehmel2002-08-141-2/+2
| | | | | | | | | | | public prototypes of setbuf(3) and setvbuf(3) using the '__restrict' macro from <sys/cdefs.h> to be compliant with IEEE Std 1003.1-2001. - Replace the K&R with ANSI-C function definitions. - Bring the manual page up-to-date. Notes: svn path=/head/; revision=101889
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
| | | | Notes: svn path=/head/; revision=73088
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48794
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-1/+1
| | | | Notes: svn path=/head/; revision=24879
* Sort cross references.Wolfram Schneider1997-01-201-3/+3
| | | | Notes: svn path=/head/; revision=21907
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+202
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573