summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-06-26 21:32:03 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-06-26 21:32:03 +0000
commit3645c411da470e13ac9593023891c6a6f0276dd2 (patch)
tree5b28f8f465d6e1558c0f3475e7d3c75d6a5202ba /sbin/mount_nfs
parent47132821cd07f16b53929af88afa9b50189eaf01 (diff)
Missing .Xr's from Margarida Sequeira <niness@devilness.org>.
Remove unmount(2) per millert suggestion; millert@ ok.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index c0ded63fb8b..8d11d7be875 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.25 2001/10/03 18:50:07 hin Exp $
+.\" $OpenBSD: mount_nfs.8,v 1.26 2002/06/26 21:32:02 fgsch Exp $
.\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994, 1995
@@ -222,11 +222,11 @@ value, which is the number of kernel threads created
to serve asynchronous NFS I/O requests.
.Sh SEE ALSO
.Xr mount 2 ,
-.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8 ,
.Xr nfsd 8 ,
-.Xr sysctl 8
+.Xr sysctl 8 ,
+.Xr umount 8
.Sh BUGS
Due to the way that Sun RPC is implemented on top of UDP (unreliable datagram)
transport, tuning such mounts is really a black art that can only be expected