diff options
author | wollman <wollman@FreeBSD.org> | 2002-07-15 19:42:25 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-07-15 19:42:25 +0000 |
commit | 382395e8688e36eaa5eecd91763992f7e2bc9bfe (patch) | |
tree | 14ff25b5bc4f3db32fa0e59bcc0837655eeba537 /lib | |
parent | df766765ba15b2a418b09b713353a763a1c12909 (diff) | |
download | FreeBSD-src-382395e8688e36eaa5eecd91763992f7e2bc9bfe.zip FreeBSD-src-382395e8688e36eaa5eecd91763992f7e2bc9bfe.tar.gz |
Note that fseeko() and ftello() are standard in 1003.1-2001.
(Prefer the more-encompassing POSIX standard to SUSv2.)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 29b66b3..2c72532 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -249,4 +249,4 @@ The and .Fn ftello functions conform to -.St -susv2 . +.St -p1003.1-2001 . |