diff options
author | ru <ru@FreeBSD.org> | 2004-11-29 09:56:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-11-29 09:56:12 +0000 |
commit | 4e1356aa93d8feaca102c475335dc666066d81a2 (patch) | |
tree | 357f26984484f30cdee2ea47146380e2e55e3a45 /lib/libc | |
parent | 36647362c7ae7dc360a692db03473b68db996bba (diff) | |
download | FreeBSD-src-4e1356aa93d8feaca102c475335dc666066d81a2.zip FreeBSD-src-4e1356aa93d8feaca102c475335dc666066d81a2.tar.gz |
MNT_NODEV is deprecated.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mount.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/statfs.2 | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 844c1fe..af0ff70 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -32,7 +32,7 @@ .\" @(#)mount.2 8.3 (Berkeley) 5/24/95 .\" $FreeBSD$ .\" -.Dd August 13, 2004 +.Dd November 26, 2004 .Dt MOUNT 2 .Os .Sh NAME @@ -130,9 +130,6 @@ Do not honor setuid or setgid bits on files when executing them. This flag is set automatically when the caller is not the super-user. .It Dv MNT_NOATIME Disable update of file access times. -.It Dv MNT_NODEV -Do not interpret special files on the file system. -This flag is set automatically when the caller is not the super-user. .It Dv MNT_SNAPSHOT Create a snapshot of the file system. This is currently only supported on UFS2 file systems, see diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index 0a98ba7..18736ab 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -32,7 +32,7 @@ .\" @(#)statfs.2 8.5 (Berkeley) 5/24/95 .\" $FreeBSD$ .\" -.Dd November 16, 2003 +.Dd November 26, 2004 .Dt STATFS 2 .Os .Sh NAME @@ -108,8 +108,6 @@ Even the super-user may not write on it. Files may not be executed from the file system. .It Dv MNT_NOSUID Setuid and setgid bits on files are not honored when they are executed. -.It Dv MNT_NODEV -Special files in the file system may not be opened. .It Dv MNT_SYNCHRONOUS All I/O to the file system is done synchronously. .It Dv MNT_ASYNC |