diff options
author | lum <lum@cvs.openbsd.org> | 2011-01-21 08:20:18 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2011-01-21 08:20:18 +0000 |
commit | d9c5dc711215321db12206cc079c7cab7fb978c5 (patch) | |
tree | bc774632d0150449900e01cbe3962d09b63fd2e6 /lib/libc | |
parent | 33ec38f29c37431b0a3a437d0ae9ac2a0b103e23 (diff) |
over written -> overwritten
ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index b542ec5a7b5..8a92409bd92 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.45 2009/11/24 18:40:53 guenther Exp $ +.\" $OpenBSD: intro.2,v 1.46 2011/01/21 08:20:17 lum Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 24 2009 $ +.Dd $Mdocdate: January 21 2011 $ .Dt INTRO 2 .Os .Sh NAME @@ -99,7 +99,7 @@ interrupted function call will seem to have returned the error condition. .It Er 5 EIO Em "Input/output error" . Some physical input or output error occurred. This error will not be reported until a subsequent operation on the same file -descriptor and may be lost (over written) by any subsequent errors. +descriptor and may be lost (overwritten) by any subsequent errors. .It Er 6 ENXIO Em "Device not configured" . Input or output on a special file referred to a device that did not exist, or made a request beyond the limits of the device. |