diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-16 04:40:43 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-16 04:40:43 +0000 |
commit | 67e3c07278661b502381ac909355b3595af9ba44 (patch) | |
tree | f641aff5a067caf13fe8f30ebb8f4f16247bbcab /lib/libc/sys | |
parent | 7d78c27be03b324979459f78aa6e6eb79a22d287 (diff) |
match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>
ok deraadt@
Diffstat (limited to 'lib/libc/sys')
-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 9a0377e0e06..b77a43c3872 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.23 2002/05/01 13:36:18 drahn Exp $ +.\" $OpenBSD: intro.2,v 1.24 2002/06/16 04:40:42 todd Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -141,7 +141,7 @@ The system detected an invalid address in attempting to use an argument of a call. .It Er 15 ENOTBLK Em "Not a block device" . A block device operation was attempted on a non-block device or file. -.It Er 16 EBUSY Em "Resource busy" . +.It Er 16 EBUSY Em "Device busy" . An attempt to use a system resource which was in use at the time in a manner which would have conflicted with the request. .It Er 17 EEXIST Em "File exists" . @@ -397,7 +397,7 @@ An authentication ticket must be obtained before the given .Tn NFS filesystem may be mounted. .It Er 82 EIPSEC Em "IPsec processing failure" . -IPsec subsystem error, +IPsec subsystem error, Not used in .Ox . .It Er 83 ENOATTR Em "Attribute not found" . |