diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-12-29 02:00:41 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-12-29 02:00:41 +0000 |
| commit | 0cf9048716a7ff3cec52e4ab8e04c555825f9473 (patch) | |
| tree | 46083856d0981c81f9fd9042c37c9572de9b2c50 | |
| parent | fbf8ea30df10258e858cbf4a380adc1a546f9ecf (diff) | |
Notes
| -rw-r--r-- | share/man/man5/rc.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 0684403eb1f2..ab6b91766103 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -738,13 +738,13 @@ socket buffer space to reserve on an NFS client. If set to the kernel default is used (typically 4). Using a higher number may be useful on gigabit networks to improve performance. The minimum value is 2 and the maximum is 64. -.It Ar rcp_lockd_enable +.It Ar rpc_lockd_enable (bool) If set to .Ar YES and also an NFS server, run .Xr rpc.lockd 8 at boot time. -.It Ar rcp_statd_enable +.It Ar rpc_statd_enable (bool) If set to .Ar YES and also an NFS server, run |
