diff options
author | 2002-06-16 04:40:42 +0000 | |
---|---|---|
committer | 2002-06-16 04:40:42 +0000 | |
commit | ccba5dc0bea7fdd1695869aaadc3bfd8b0c7cd95 (patch) | |
tree | ceca4272079882c48e7ff6e60a0ac75443de6def /lib/libc | |
parent | defining cdev_*_init over other unrelated device's cdev_*_init is very very bad (diff) | |
download | wireguard-openbsd-ccba5dc0bea7fdd1695869aaadc3bfd8b0c7cd95.tar.xz wireguard-openbsd-ccba5dc0bea7fdd1695869aaadc3bfd8b0c7cd95.zip |
match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>
ok deraadt@
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 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" . |