diff options
author | 1998-12-21 14:08:59 +0000 | |
---|---|---|
committer | 1998-12-21 14:08:59 +0000 | |
commit | a3106504c14c88f437f1c68a40a0c12c6130d7b6 (patch) | |
tree | 9f25d3f9a7e67bf2a44f06c41f249572bd9efaff /lib | |
parent | Nice error message when mount(2) returns EOPNOTSUPP (diff) | |
download | wireguard-openbsd-a3106504c14c88f437f1c68a40a0c12c6130d7b6.tar.xz wireguard-openbsd-a3106504c14c88f437f1c68a40a0c12c6130d7b6.zip |
document EOPNOTSUPP
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mount.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 65cfd9472cf..64d6c1fd961 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.7 1998/06/08 17:17:15 deraadt Exp $ +.\" $OpenBSD: mount.2,v 1.8 1998/12/21 14:08:59 art Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -221,6 +221,9 @@ Another process currently holds a reference to .It Bq Er EFAULT .Fa Dir points outside the process's allocated address space. +.It Bq Er EOPNOTSUPP +.Fa Type +is not supported by the kernel. .El .Pp The following errors can occur for a |