summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix typo: "prefer seek()" -> "prefer fseek()"tb2016-03-261-3/+3
| | | | ok deraadt@, stsp@
* remind people rewind is seldom a good choiceespie2016-03-151-2/+5
| | | | okay jmc@
* more library historyschwarze2013-07-171-2/+10
| | | | | 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
|
* Don't misleadingly suggest that fpos_t only needs to be a complex typematthew2012-05-221-4/+2
| | | | | on non-UNIX systems: it's a complex type on Linux, and to be C99 compliant we'll probably need it to be a complex type too.
* Document that ftell() may return EOVERFLOW.matthew2012-05-221-6/+31
| | | | Diff from Tim van der Molen.
* from Tim van der Molen:jmc2011-07-051-5/+12
| | | | | | | | | | | - State that ftell() and ftello() return -1 on error rather than just a non-zero value. The latter is not specific enough, because these functions can also return non-zero on success. - For clarity and search-friendliness, don't refer to fgetpos() and fsetpos() as "the others", but mention them by name. ok millert otto
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-3/+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.
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-5/+3
|
* Flesh out all of the stdio man pages.aaron2000-04-201-21/+14
|
* Mostly punctuation fixes.aaron2000-04-151-3/+3
|
* Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert2000-02-211-8/+46
| | | | | Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type.
* - remove all trailing whitespaceaaron1999-07-091-9/+9
| | | | | | | | | | * 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...
* sync fsetpos() with stdio.h prototypeaaron1999-05-271-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/+195