1 --- fseek.3 2004-11-25 11:38:34.000000000 -0800
2 +++ fseek.3.edit 2006-07-12 11:18:41.000000000 -0700
7 -.Fn fseek "FILE *stream" "long offset" "int whence"
9 -.Fn ftell "FILE *stream"
11 -.Fn rewind "FILE *stream"
13 +.Fa "FILE *restrict stream"
14 +.Fa "fpos_t *restrict pos"
17 -.Fn fgetpos "FILE * restrict stream" "fpos_t * restrict pos"
24 -.Fn fsetpos "FILE *stream" "const fpos_t *pos"
32 -.Fn fseeko "FILE *stream" "off_t offset" "int whence"
35 +.Fa "const fpos_t *pos"
42 -.Fn ftello "FILE *stream"
58 +.Fd #include <stdio.h>
59 +.Fd #include <sys/types.h>
71 +supplies the definition for