summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2017-02-15 16:55:24 +0000
committerwblock <wblock@FreeBSD.org>2017-02-15 16:55:24 +0000
commitea1d3ae6cf343b2ebe2e9bc221ba115804d2e15c (patch)
tree59218a653b9be8c5105b8190b34237b63ddbe8d4
parent17052ba37922f94a0a5029096442c442275b19bb (diff)
downloadFreeBSD-src-ea1d3ae6cf343b2ebe2e9bc221ba115804d2e15c.zip
FreeBSD-src-ea1d3ae6cf343b2ebe2e9bc221ba115804d2e15c.tar.gz
MFC r313162: Replace Cyrillic characters with Latin (normal) ones.
-rw-r--r--usr.sbin/ctladm/ctladm.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8
index 479d880..551c137 100644
--- a/usr.sbin/ctladm/ctladm.8
+++ b/usr.sbin/ctladm/ctladm.8
@@ -888,8 +888,8 @@ client through the selection of appropriate commands and task attributes.
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
OpenPOWER on IntegriCloud