]> sourceware.org Git - libabigail.git/commitdiff
Fix typos in the abicompat manual
authorDodji Seketeli <dodji@redhat.com>
Sat, 27 Dec 2014 09:23:58 +0000 (10:23 +0100)
committerDodji Seketeli <dodji@redhat.com>
Sat, 27 Dec 2014 09:23:58 +0000 (10:23 +0100)
* doc/manuals/abicompat.rst: Fix typos.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
doc/manuals/abicompat.rst

index 8fae0fcd8226ddaa8097aeab1b81e7d497ea1b24..3d95784f6f58017f6c5b4b9b2a34024c30d8911e 100644 (file)
@@ -22,7 +22,7 @@ Options
 
   * --help
 
-    Displays a short help about the command and exit.
+    Display a short help about the command and exit.
 
   * --list-undefined-symbols|-u
 
@@ -125,7 +125,7 @@ Usage examples
        $ 
 
 
-    * Compile the first and the second versions of the libraries:
+    * Compile the first and second versions of the libraries:
       ``libtest-0.so`` and ``libtest-1.so``: ::
 
        $ g++ -g -Wall -shared -o libtest-0.so test0.cc
@@ -137,7 +137,7 @@ Usage examples
        $ g++ -g -Wall -o test-app -L. -ltest-0.so test-app.cc
 
     * Now, use ``abicompat`` to see if libtest-1.so is ABI compatible
-      with app, with the respect to the ABI of libtest-0.so: ::
+      with app, with respect to the ABI of libtest-0.so: ::
 
        $ abicompat test-app libtest-0.so libtest-1.so
        ELF file 'test-app' might not be ABI compatible with 'libtest-1.so' due to differences with 'libtest-0.so' below:
This page took 0.036022 seconds and 5 git commands to generate.