From: Cole Robinson Date: Sat, 15 Jul 2017 17:09:53 +0000 (-0400) Subject: docs: formatdomain: Tweak disk discard= docs X-Git-Tag: v3.6.0-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d53224b7a5348b0d97d63bdc026b742f86001752;p=thirdparty%2Flibvirt.git docs: formatdomain: Tweak disk discard= docs Change from 'controls whether to discard ... requests are ignored' to 'controls whether discard requests ... are ignored' --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 01c6fce23c..c12efcf785 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3002,7 +3002,7 @@
  • The optional discard 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).