]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Tweak disk discard= docs
authorCole Robinson <crobinso@redhat.com>
Sat, 15 Jul 2017 17:09:53 +0000 (13:09 -0400)
committerCole Robinson <crobinso@redhat.com>
Sat, 15 Jul 2017 17:09:53 +0000 (13:09 -0400)
Change from

  'controls whether to discard ... requests are ignored'

to

  'controls whether discard requests ... are ignored'

docs/formatdomain.html.in

index 01c6fce23c6739dfda5d75d52f10ec37f37b998e..c12efcf7856a75c70631b887a5d0d6b7bbc0c854 100644 (file)
           </li>
           <li>
             The optional <code>discard</code> attribute controls whether
-            to discard (also known as "trim" or "unmap") requests are
+            discard requests (also known as "trim" or "unmap") are
             ignored or passed to the filesystem. The value can be either
             "unmap" (allow the discard request to be passed) or "ignore"
             (ignore the discard request).