]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix some typos about 'informations'
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Tue, 22 Oct 2013 03:02:43 +0000 (11:02 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 22 Oct 2013 08:47:19 +0000 (09:47 +0100)
s/informations/information

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
docs/bugs.html.in
docs/logging.html.in

index 71e43e46ae037361d3a8407d70ca9a4a5de8d0b6..2295ae99fdce08076cf616ba1791d15f1535f86d 100644 (file)
       crash, the simplest is to run the program under gdb, reproduce the
       steps leading to the crash and then issue a gdb "bt -a" command to
       get the stack trace, attach it to the bug. Note that for the
-      data to be really useful libvirt debug informations must be present
+      data to be really useful libvirt debug information must be present
       for example by installing libvirt debuginfo package on Fedora or
       Red Hat Enterprise Linux (with debuginfo-install libvirt) prior
       to running gdb.</p>
       <pre> #  ps -o etime,pid `pgrep libvirt`
 ... note the process id from the output
 # gdb /usr/sbin/libvirtd
-.... some informations about gdb and loading debug data
+.... some information about gdb and loading debug data
 (gdb) attach $the_damon_process_id
 ....
 (gdb) thread apply all bt
-.... informations to attach to the bug
+.... information to attach to the bug
 (gdb)
 </pre>
 
index 86e178c83d22cdf5841d18a5ff8f3bd8835aa9e3..1cd15a11aac0cabe98d44f5913282bfbb1f6664f 100644 (file)
@@ -68,7 +68,7 @@
       <ul>
         <li>1 or "debug": asking the library to log every message emitted,
             though the filters can be used to avoid filling up the output</li>
-        <li>2 or "info": log all non-debugging informations</li>
+        <li>2 or "info": log all non-debugging information</li>
         <li>3 or "warn": log warnings and errors, that's the default value</li>
         <li>4 or "error": log only error messages</li>
       </ul></li>
@@ -89,7 +89,7 @@
       <ul>
         <li>4: only errors</li>
         <li>3: warnings and errors</li>
-        <li>2: informations, warnings and errors</li>
+        <li>2: information, warnings and errors</li>
         <li>1: debug and everything</li>
       </ul></li>
       <li>log_filters: defines logging filters</li>