fseeko.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Bjarni Ingi Gislason 2019-02-27 11:11:55 +01:00 committed by Michael Kerrisk
parent 4b39c270a6
commit ce3fe8a1bb
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ fseeko, ftello \- seek to or report file position
.BI "int fseeko(FILE *" stream ", off_t " offset ", int " whence );
.PP
.BI "off_t ftello(FILE *" stream );
.BI
.fi
.PP
.in -4n