diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-20 14:07:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-20 14:07:33 +0000 |
commit | 0598eb446939e3ee377107279eb67a9a92f1ee5c (patch) | |
tree | 7088274ebca89dc2d0e9ea19dedde8c7f25043fa /sbin | |
parent | 515ee068e61fc7fc96e1d64359d8633c2a1612e8 (diff) |
sort the -o options; from Igor Sobrado
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 2703457a5e5..c9e5cc689d7 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.36 2006/01/03 19:01:18 jmc Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.37 2007/02/20 14:07:32 jmc Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -143,23 +143,23 @@ The following NFS specific options are also available: .Bl -tag -width 15n .It Cm ac Enable attribute caching for both files and directories (default). -.It Cm acregmax Ns = Ns Ar num -Cache file attributes for no more than +.It Cm acdirmax Ns = Ns Ar num +Cache directory attributes for no more than .Ar num seconds. The default is 60 seconds. -.It Cm acregmin Ns = Ns Ar num -Cache file attributes for at least +.It Cm acdirmin Ns = Ns Ar num +Cache directory attributes for at least .Ar num seconds. The default is 5 seconds. -.It Cm acdirmax Ns = Ns Ar num -Cache directory attributes for no more than +.It Cm acregmax Ns = Ns Ar num +Cache file attributes for no more than .Ar num seconds. The default is 60 seconds. -.It Cm acdirmin Ns = Ns Ar num -Cache directory attributes for at least +.It Cm acregmin Ns = Ns Ar num +Cache file attributes for at least .Ar num seconds. The default is 5 seconds. |