diff options
author | 2003-04-03 23:12:01 +0000 | |
---|---|---|
committer | 2003-04-03 23:12:01 +0000 | |
commit | b9dfde0f8b7906c7a73dcc96767d6e6cfd42e793 (patch) | |
tree | 12b7a000ba55afc450d05a629667d0e30afbd9b3 /lib/libc | |
parent | adjust protection on the allocated memory through the uvm same as it was allocated w/o cutting short onto the pmap layer (diff) | |
download | wireguard-openbsd-b9dfde0f8b7906c7a73dcc96767d6e6cfd42e793.tar.xz wireguard-openbsd-b9dfde0f8b7906c7a73dcc96767d6e6cfd42e793.zip |
exceeds -> exceedes;
from Pedro Bastos (thanks)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/write.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 9c0a065a17a..8bc3104c455 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.24 2002/01/24 21:18:36 mickey Exp $ +.\" $OpenBSD: write.2,v 1.25 2003/04/03 23:12:01 jmc Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -143,7 +143,7 @@ and .Fn pwritev will fail if the value of .Fa iovcnt -exceedes the constant +exceeds the constant .Dv IOV_MAX . .Sh RETURN VALUES Upon successful completion the number of bytes which were written |