diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-07-13 18:19:25 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-07-13 18:19:25 +0000 |
commit | 4044cf3747698076abba10edc3f9deea3557571e (patch) | |
tree | cb0400e8c959a2295aa71c539aa8ee1e5704a421 /sbin/mount_nfs/mount_nfs.8 | |
parent | 762d76700c8ba1391cc5885cd06d2030ff69766e (diff) |
Add noac flag to disable attribute caching
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.8')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 9e86f6f45b0..44c2e162e88 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.23 2001/06/24 17:03:18 csapuntz Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.24 2001/07/13 18:19:24 csapuntz Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -168,6 +168,8 @@ The following NFS specific option is also available: .It port=portnumber Use specified port number for NFS requests. The default is to query the portmapper for the NFS port. +.It noac +Turn off attribute caching for both directories and files .El .It Fl r Ar readsize Set the read data size to the specified value. |