svn commit: r313776 - stable/11/usr.sbin/ctladm
Warren Block
wblock at FreeBSD.org
Wed Feb 15 16:55:25 UTC 2017
Author: wblock (doc committer)
Date: Wed Feb 15 16:55:24 2017
New Revision: 313776
URL: https://svnweb.freebsd.org/changeset/base/313776
Log:
MFC r313162: Replace Cyrillic characters with Latin (normal) ones.
Modified:
stable/11/usr.sbin/ctladm/ctladm.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/ctladm/ctladm.8
==============================================================================
--- stable/11/usr.sbin/ctladm/ctladm.8 Wed Feb 15 16:52:21 2017 (r313775)
+++ stable/11/usr.sbin/ctladm/ctladm.8 Wed Feb 15 16:55:24 2017 (r313776)
@@ -888,8 +888,8 @@ client through the selection of appropri
The default value is "restricted". It improves data integrity, but may
introduce some additional delays.
.It Va serseq
-Set to "on" to serialize conseсutive reads/writes.
-Set to "read" to serialize conseсutive reads.
+Set to "on" to serialize consecutive reads/writes.
+Set to "read" to serialize consecutive reads.
Set to "off" to allow them be issued in parallel.
Parallel issue of consecutive operations may confuse logic of the
backing file system, hurting performance; but it may improve performance
More information about the svn-src-stable
mailing list