summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/stdio/fseek.3
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/stdio/fseek.3')
-rw-r--r--lib/libc/stdio/fseek.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index f12e047..9a58668 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -77,7 +77,7 @@ The new position, measured in bytes, is obtained by adding
.Fa offset
bytes to the position specified by
.Fa whence .
-If
+If
.Fa whence
is set to
.Dv SEEK_SET ,
@@ -143,7 +143,7 @@ and
(with whence set to
.Dv SEEK_SET ) ,
setting and storing the current value of
-the file offset into or from the object referenced by
+the file offset into or from the object referenced by
.Fa pos .
On some
.Pq non- Ns Tn UNIX
@@ -180,7 +180,7 @@ is not a seekable stream.
.It Bq Er EINVAL
The
.Fa whence
-argument to
+argument to
.Fn fseek
was not
.Dv SEEK_SET ,
@@ -188,7 +188,7 @@ was not
or
.Dv SEEK_CUR .
.It Bq Er EOVERFLOW
-For
+For
.Fn ftell ,
the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
@@ -208,7 +208,7 @@ for any of the errors specified for the routines
.Xr fflush 3 ,
.Xr fstat 2 ,
.Xr lseek 2 ,
-and
+and
.Xr malloc 3 .
.Sh SEE ALSO
.Xr lseek 2
@@ -225,7 +225,7 @@ conform to
.St -isoC .
.Pp
The
-.Fn fseeko
+.Fn fseeko
and
.Fn ftello
functions conform to
OpenPOWER on IntegriCloud