summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-27 14:08:39 +0000
committeraaron <aaron@openbsd.org>1999-05-27 14:08:39 +0000
commitbb7512d3fbdf9c6440e4a03328642d0a56b02039 (patch)
tree678e6cb309493323f6f72e2d98100063c573aad8 /lib/libc/stdio
parentadd some .Dv and .Er, replace blank lines with .Pp (diff)
downloadwireguard-openbsd-bb7512d3fbdf9c6440e4a03328642d0a56b02039.tar.xz
wireguard-openbsd-bb7512d3fbdf9c6440e4a03328642d0a56b02039.zip
sync fsetpos() with stdio.h prototype
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fseek.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index f48737deacb..cd695ec9e1d 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fseek.3,v 1.2 1996/08/19 08:32:46 tholo Exp $
+.\" $OpenBSD: fseek.3,v 1.3 1999/05/27 14:08:39 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -56,7 +56,7 @@
.Ft int
.Fn fgetpos "FILE *stream" "fpos_t *pos"
.Ft int
-.Fn fsetpos "FILE *stream" "fpos_t *pos"
+.Fn fsetpos "FILE *stream" "const fpos_t *pos"
.Sh DESCRIPTION
The
.Fn fseek