index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
fseek.3
Age
Commit message (
Expand
)
Author
2016-03-26
fix typo: "prefer seek()" -> "prefer fseek()"
Theo Buehler
2016-03-15
remind people rewind is seldom a good choice
Marc Espie
2013-07-17
more library history
Ingo Schwarze
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2012-05-22
Don't misleadingly suggest that fpos_t only needs to be a complex type
Matthew Dempsky
2012-05-22
Document that ftell() may return EOVERFLOW.
Matthew Dempsky
2011-07-05
from Tim van der Molen:
Jason McIntyre
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-07-26
- typos, punctuation, spacing, macro, layout, etc. fixes
Jared Yanovich
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2000-12-24
Various repairs, mostly to get rid of short lines.
Aaron Campbell
2000-04-20
Flesh out all of the stdio man pages.
Aaron Campbell
2000-04-15
Mostly punctuation fixes.
Aaron Campbell
2000-02-21
Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
Todd C. Miller
1999-07-09
- remove all trailing whitespace
Aaron Campbell
1999-05-27
sync fsetpos() with stdio.h prototype
Aaron Campbell
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt