diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2016-03-26 22:32:30 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2016-03-26 22:32:30 +0000 |
commit | c9c84fe120a88609914157c2639877db3b93d3a9 (patch) | |
tree | d9aa4cc119d019bc7b8ccc1e1103cfa2aa40c422 /lib | |
parent | fcff5a0132d63b85e871b3fb06b418c16c00b403 (diff) |
fix typo: "prefer seek()" -> "prefer fseek()"
ok deraadt@, stsp@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 36c133b0a4a..bcd6c464c3f 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fseek.3,v 1.17 2016/03/15 19:45:57 espie Exp $ +.\" $OpenBSD: fseek.3,v 1.18 2016/03/26 22:32:29 tb Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 15 2016 $ +.Dd $Mdocdate: March 26 2016 $ .Dt FSEEK 3 .Os .Sh NAME @@ -143,7 +143,7 @@ The .Fn rewind function returns no value. Prefer -.Fn seek , +.Fn fseek , which is just as portable, and does not hide errors. Upon successful completion, .Fn fgetpos , |