Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 16:21:30 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313162 - head/usr.sbin/ctladm
Message-ID:  <201702031621.v13GLUVT068986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Fri Feb  3 16:21:30 2017
New Revision: 313162
URL: https://svnweb.freebsd.org/changeset/base/313162

Log:
  Replace Cyrillic characters with Latin (normal) ones.
  
  PR:		216534
  Submitted by:	eborisch+FreeBSD@gmail.com
  MFC after:	1 week
  Sponsored by:	iXsystems

Modified:
  head/usr.sbin/ctladm/ctladm.8

Modified: head/usr.sbin/ctladm/ctladm.8
==============================================================================
--- head/usr.sbin/ctladm/ctladm.8	Fri Feb  3 16:15:06 2017	(r313161)
+++ head/usr.sbin/ctladm/ctladm.8	Fri Feb  3 16:21:30 2017	(r313162)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031621.v13GLUVT068986>