X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Ffseek.3;h=0371f141c81cc17c0511744eaaec4c3a26b25526;hb=110dba020f489b75aff2497105f7970c05e2b87c;hp=eebe5a93598506a249907f07cc6b859afc19225b;hpb=c22bb444e1a8f4a0e08a82e80ea4ad06593869da;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/fseek.3 b/original/man3/fseek.3 index eebe5a93..0371f141 100644 --- a/original/man3/fseek.3 +++ b/original/man3/fseek.3 @@ -39,7 +39,7 @@ .\" .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu .\" -.TH FSEEK 3 2014-04-02 "GNU" "Linux Programmer's Manual" +.TH FSEEK 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH SYNOPSIS @@ -53,7 +53,7 @@ fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .BI "int fgetpos(FILE *" stream ", fpos_t *" pos ); .br -.BI "int fsetpos(FILE *" stream ", fpos_t *" pos ); +.BI "int fsetpos(FILE *" stream ", const fpos_t *" pos ); .SH DESCRIPTION The .BR fseek () @@ -172,7 +172,7 @@ C89, C99. .BR lseek (2), .BR fseeko (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project,