Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 09:51:17 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r366790 - stable/12/usr.bin/cpuset
Message-ID:  <202010170951.09H9pHKT003441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Oct 17 09:51:17 2020
New Revision: 366790
URL: https://svnweb.freebsd.org/changeset/base/366790

Log:
  MFC r366611: cpuset(1): Fix a typo
  
  - 'at at' -> 'at a'

Modified:
  stable/12/usr.bin/cpuset/cpuset.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/cpuset/cpuset.1
==============================================================================
--- stable/12/usr.bin/cpuset/cpuset.1	Sat Oct 17 09:50:12 2020	(r366789)
+++ stable/12/usr.bin/cpuset/cpuset.1	Sat Oct 17 09:51:17 2020	(r366790)
@@ -152,7 +152,7 @@ Ranges may be specified as in
 Valid policies include first-touch (ft), round-robin (rr), prefer and
 interleave (il).
 First-touch allocates on the local domain when memory is available.
-Round-robin alternates between every possible domain page at at time.
+Round-robin alternates between every possible domain page at a time.
 The prefer policy accepts only a single domain in the set.
 The parent of the set is consulted if the preferred domain is unavailable.
 Interleave operates like round-robin with an implementation defined stripe



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