diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 14:08:40 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 14:08:40 +0000 |
commit | 3eeca0104a0618766ef868720c58d4df38ec38cd (patch) | |
tree | 3c8f6815deab7d0c7abe40ac6587dacfd85fe5fd /lib/libc/stdio/fseek.3 | |
parent | 185843053f1c5ffbc72e6437370cb784bbf55535 (diff) |
sync fsetpos() with stdio.h prototype
Diffstat (limited to 'lib/libc/stdio/fseek.3')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 4 |
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 |