diff mbox

docs: formatdomain: Tweak disk discard= docs

Message ID d53224b7a5348b0d97d63bdc026b742f86001752.1500138779.git.crobinso@redhat.com
State Accepted
Commit d53224b7a5348b0d97d63bdc026b742f86001752
Headers show

Commit Message

Cole Robinson July 15, 2017, 5:13 p.m. UTC
Change from

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

to

  'controls whether discard requests ... are ignored'

Signed-off-by: Cole Robinson <crobinso@redhat.com>

---

Pushed as trivial

 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.13.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff mbox

Patch

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 01c6fce23..c12efcf78 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3002,7 +3002,7 @@ 
           </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).