]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: Fix commas in manpage to enhance readability.
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Mon, 10 Oct 2016 14:07:13 +0000 (19:37 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 12 Oct 2016 21:55:25 +0000 (17:55 -0400)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
tools/virsh.pod

index f38aacf31d078e426092e62ff766a90c2df0c451..72ace96bf8da6c9cc1ed1f902a015c6e2f242147 100644 (file)
@@ -909,7 +909,7 @@ I<--balloon> returns:
 "balloon.rss" - Resident Set Size of running domain's process (in kB),
 "balloon.usable" - the amount of memory which can be reclaimed by balloon
 without causing host swapping (in KB),
-"balloon.last-update" - timestamp of the last update of statistics (in seconds),
+"balloon.last-update" - timestamp of the last update of statistics (in seconds)
 
 I<--vcpu> returns:
 "vcpu.current" - current number of online virtual CPUs,
@@ -931,12 +931,12 @@ I<--interface> returns:
 "net.<num>.tx.drop" - number of transmit packets dropped
 
 I<--perf> returns the statistics of all enabled perf events:
-"perf.cmt" - the cache usage in Byte currently used
-"perf.mbmt" - total system bandwidth from one level of cache
-"perf.mbml" - bandwidth of memory traffic for a memory controller
-"perf.cpu_cycles" - the count of cpu cycles (total/elapsed)
-"perf.instructions" - the count of instructions
-"perf.cache_references" - the count of cache hits
+"perf.cmt" - the cache usage in Byte currently used,
+"perf.mbmt" - total system bandwidth from one level of cache,
+"perf.mbml" - bandwidth of memory traffic for a memory controller,
+"perf.cpu_cycles" - the count of cpu cycles (total/elapsed),
+"perf.instructions" - the count of instructions,
+"perf.cache_references" - the count of cache hits,
 "perf.cache_misses" - the count of caches misses
 
 See the B<perf> command for more details about each event.