diff options
author | 2015-03-12 02:16:29 +0000 | |
---|---|---|
committer | 2015-03-12 02:16:29 +0000 | |
commit | 667c0cc9cc94a1e8c0fb440a88761b2d04a9f410 (patch) | |
tree | d996686d82fbecf7650295286e53cc5d89e7cea2 /lib/libc/stdio | |
parent | Switch the netstat view of systat to use the same kvm_getfiles() (diff) | |
download | wireguard-openbsd-667c0cc9cc94a1e8c0fb440a88761b2d04a9f410.tar.xz wireguard-openbsd-667c0cc9cc94a1e8c0fb440a88761b2d04a9f410.zip |
Fix typo: nemb -> nmemb
From Ryan May.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fread.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 2ae1ab29d69..255419aceb1 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fread.3,v 1.10 2015/03/05 04:46:32 lteo Exp $ +.\" $OpenBSD: fread.3,v 1.11 2015/03/12 02:16:29 lteo 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 5 2015 $ +.Dd $Mdocdate: March 12 2015 $ .Dt FREAD 3 .Os .Sh NAME @@ -87,7 +87,7 @@ return 0 with no change made to the If the product of .Fa size and -.Fa nemb +.Fa nmemb results in integer overflow, 0 is returned and errno is set to .Er EOVERFLOW . |