summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typo: "prefer seek()" -> "prefer fseek()"tb2016-03-261-3/+3
* remind people rewind is seldom a good choiceespie2016-03-151-2/+5
* more library historyschwarze2013-07-171-2/+10
* 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
* Document that ftell() may return EOVERFLOW.matthew2012-05-221-6/+31
* from Tim van der Molen:jmc2011-07-051-5/+12
* convert to new .Dd format;jmc2007-05-311-2/+2
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* 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
* - remove all trailing whitespaceaaron1999-07-091-9/+9
* sync fsetpos() with stdio.h prototypeaaron1999-05-271-2/+2
* Fix RCS idstholo1996-08-191-3/+1
* initial import of NetBSD treederaadt1995-10-181-0/+195