diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-03 23:12:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-03 23:12:02 +0000 |
commit | 815521d61dc5f1cb4d8dee43dfe43cc9c4fabf14 (patch) | |
tree | f042c169a2be6752becec65eca2428ce123b2ace /lib/libc | |
parent | f074554780257035f3e5f637f08f60b6342d451a (diff) |
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 |