From d8648337d6d5c5d7a8d79e3a94d02b694bfa67a2 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 1 Sep 2001 14:23:30 +0000 Subject: Note that prev. commit addition is for ftell/ftello --- lib/libc/stdio/fseek.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/fseek.3') diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index fe7f313..b08bbc8 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -206,8 +206,12 @@ for and .Fn ftell . .It Bq Er ESPIPE -The file descriptor underlying stream is associated with a pipe or FIFO -or file-position indicator value is unspecified +The file descriptor underlying stream is associated with a pipe or FIFO. +For +.Fn ftell +and +.Fn ftello , +file-position indicator value is unspecified (see .Xr ungetc 3 ) . .El -- cgit v1.1