Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_nfs New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/917ceec0f2e8
branches:  trunk
changeset: 940095:917ceec0f2e8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 03 18:29:02 2020 +0000

description:
New sentence, new line.

diffstat:

 sbin/mount_nfs/mount_nfs.8 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r c756e5d2784e -r 917ceec0f2e8 sbin/mount_nfs/mount_nfs.8
--- a/sbin/mount_nfs/mount_nfs.8        Sat Oct 03 18:06:37 2020 +0000
+++ b/sbin/mount_nfs/mount_nfs.8        Sat Oct 03 18:29:02 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_nfs.8,v 1.49 2020/10/03 18:06:37 christos Exp $
+.\"    $NetBSD: mount_nfs.8,v 1.50 2020/10/03 18:29:02 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994, 1995
 .\"    The Regents of the University of California.  All rights reserved.
@@ -79,13 +79,14 @@
 Disable the attribute cache in the client, making it consult the server
 for the current version of a given file's attributes every time the file
 is accessed.
-
+.Pp
 By default the attribute cache is enabled, making the client only consult
-the server every handful of seconds.  This improves performance, however
-at the cost of the risk of a mid-air collision when changes are made
-simultaneously by different NFS clients and/or locally on the NFS server
-that affect the same file.  In that case changes made elsewhere may be
-missed, leading to consistency issues.
+the server every handful of seconds.
+This improves performance, however at the cost of the risk of a
+mid-air collision when changes are made simultaneously by different
+NFS clients and/or locally on the NFS server that affect the same file.
+In that case changes made elsewhere may be missed, leading to
+consistency issues.
 .It Fl a Ar maxreadahead
 Set the read-ahead count to the specified value.
 This may be in the range of 0 - 4, and determines how many blocks



Home | Main Index | Thread Index | Old Index