Don't give examples or use the depreciated usage to nfsd

PR: 5635
This commit is contained in:
Peter Wemm 1998-05-01 13:45:04 +00:00
parent 832984b50e
commit 732aba2af7
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.45 1998/04/18 10:27:04 brian Exp $
# $Id: rc.conf,v 1.46 1998/04/26 06:32:12 phk Exp $
##############################################################
### Important initial Boot-time options #####################
@ -58,7 +58,7 @@ amd_map_program="NO" # Can be set to "ypcat -k amd.master"
nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t 4" # Flags to nfsd (if enabled).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.

View File

@ -82,7 +82,7 @@ clients.
.El
.Pp
For example,
.Dq Li "nfsd -u -t 6"
.Dq Li "nfsd -u -t -n 6"
serves
.Tn UDP
and

View File

@ -82,7 +82,7 @@ clients.
.El
.Pp
For example,
.Dq Li "nfsd -u -t 6"
.Dq Li "nfsd -u -t -n 6"
serves
.Tn UDP
and