diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-10-27 19:21:01 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-10-27 19:21:01 +0000 |
commit | a3113284f0e9397ab8e0022517249e7f02b23f53 (patch) | |
tree | 1d549b25fc6bf8f894bd2e32a6af8795935cb1e1 /lib/libc | |
parent | 86d5dc8160f79dd733f170b48cfe9cf9a06db7ce (diff) |
remove errors that no longer apply; ok millert, tedu
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mount.2 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index e1a0b8eb9b9..edd48cc3b89 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.33 2005/10/03 16:31:11 jmc Exp $ +.\" $OpenBSD: mount.2,v 1.34 2005/10/27 19:21:00 jaredy Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -321,8 +321,6 @@ for the associated hardware). .It Bq Er EBUSY .Fa fspec is already mounted. -.It Bq Er EMFILE -No space remains in the mount table. .It Bq Er EINVAL The super block for the filesystem had a bad magic number, an out of range block size, or an invalid combination of flags. @@ -407,13 +405,6 @@ An I/O error occurred while writing cached filesystem information. .Fa dir points outside the process's allocated address space. .El -.Pp -A -.Dq ufs -or -.Dq mfs -mount can also fail if the maximum number of filesystems are currently -mounted. .Sh SEE ALSO .Xr statfs 2 , .Xr mfs 8 , |