diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-03 23:20:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-03 23:20:33 +0000 |
commit | c6d72c00b0c2aed7eea140abc50018cc44d2e1ea (patch) | |
tree | 9cf7626f4f4fc81a2cd95b185f3b31927b704c26 /lib/libc | |
parent | ebebee9a07356df39d80297b56c91892de8f3d15 (diff) |
tweak;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 9ea4c7e9fb2..36f312177d8 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.35 2006/08/03 21:02:07 beck Exp $ +.\" $OpenBSD: intro.2,v 1.36 2006/08/03 23:20:32 jmc Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -416,7 +416,7 @@ Not used in .It Er 83 ENOATTR Em "Attribute not found" . A UFS Extended Attribute is not found for the specified pathname. .It Er 84 EILSEQ Em "Illegal byte sequence" . -An Illegal sequence of bytes was used when using wide characters. +An illegal sequence of bytes was used when using wide characters. .El .Sh DEFINITIONS .Bl -tag -width Ds |