diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-09-14 06:44:06 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-09-14 06:44:06 +0000 |
commit | 9c1cd79bcd08de418125971629842ad75a6fd5b5 (patch) | |
tree | d84788dc9ebce16e6f7194091f45a175edd1b418 /sbin | |
parent | 12fdcdef218f0a28f3d8abd4c1ebc0280f19df91 (diff) |
Document -R default (10000); ok deraadt
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 8d11d7be875..824bb471b17 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.26 2002/06/26 21:32:02 fgsch Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.27 2002/09/14 06:44:05 pvalchev Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -89,6 +89,7 @@ This option is ignored, and exists solely for compatibility with older systems. .It Fl R Ar retrycnt Set the retry count for doing the mount to the specified value. +The default is 10000. .It Fl T Use TCP transport instead of UDP. This is recommended for servers that are not on the same LAN cable as |