Module Name:    src
Committed By:   wiz
Date:           Sat Oct  3 18:29:02 UTC 2020

Modified Files:
        src/sbin/mount_nfs: mount_nfs.8

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/mount_nfs/mount_nfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_nfs/mount_nfs.8
diff -u src/sbin/mount_nfs/mount_nfs.8:1.49 src/sbin/mount_nfs/mount_nfs.8:1.50
--- src/sbin/mount_nfs/mount_nfs.8:1.49	Sat Oct  3 18:06:37 2020
+++ src/sbin/mount_nfs/mount_nfs.8	Sat Oct  3 18:29:02 2020
@@ -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 @@ fall back to version 2 if the mount fail
 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

Reply via email to