1 --- fseek.3.bsdnew 2009-11-11 13:33:09.000000000 -0800
2 +++ fseek.3 2009-11-11 13:33:09.000000000 -0800
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"
53 @@ -243,12 +262,29 @@ for any of the errors specified for the
58 +.Fd #include <stdio.h>
59 +.Fd #include <sys/types.h>
71 +supplies the definition for