diff options
author | dd <dd@FreeBSD.org> | 2001-07-24 09:20:37 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-24 09:20:37 +0000 |
commit | 29b9ca0d165ee594ed100c51613ae49273b2882c (patch) | |
tree | 9b3f254af19fcdf5fe4cc02e0db9aa859ef49d6a | |
parent | 6fb3e158871a7524ae8040a81a5acdc7763ea108 (diff) | |
download | FreeBSD-src-29b9ca0d165ee594ed100c51613ae49273b2882c.zip FreeBSD-src-29b9ca0d165ee594ed100c51613ae49273b2882c.tar.gz |
mdoc(7) police: remove hard sentence breaks and wrap lines over 80
characters.
-rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 3b1a5e3..06bbad4 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -803,8 +803,10 @@ is set to .Dq YES , this can be set to .Dq 0 -to disable NFS ACCESS RPC caching, or to the number of seconds for which NFS ACCESS -results should be cached. A value of 2-10 seconds will substantially reduce network +to disable NFS ACCESS RPC caching, or to the number of seconds for which +NFS ACCESS +results should be cached. +A value of 2-10 seconds will substantially reduce network traffic for many NFS operations. .It Va nfs_server_enable .Pq Vt bool |