]> sourceware.org Git - libabigail.git/commitdiff
Fix regexp escaping section of manual
authorDodji Seketeli <dodji@redhat.com>
Sat, 1 Nov 2014 10:27:25 +0000 (11:27 +0100)
committerDodji Seketeli <dodji@redhat.com>
Sat, 1 Nov 2014 11:15:14 +0000 (12:15 +0100)
* doc/manuals/libabigail-concepts.rst: Re-indent and fix some
typos in the regexp escaping section of the manual.

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

index 0dc99087ef20d7faa872cb66defe028e6c71234d..44e96f8312e4f7065456a2d9f3081a34df4d09b4 100644 (file)
@@ -108,12 +108,12 @@ Suppression specifications
     * Escaping a character in a regular expression
 
       When trying to match a string that contains a ``*`` character,
-      like int the pointer type ``int*``, one must be careful to
-      notice that the character ``*`` is a special character in the
-      extended POSIX regular expression syntax.  And that character
-      must be escaped for the regular expression engine.  Thus the
-      regular expression that would match the string ``int*`` in a
-      suppression file should be ::
+      like in the pointer type ``int*``, one must be careful to notice
+      that the character ``*`` is a special character in the extended
+      POSIX regular expression syntax.  And that character must be
+      escaped for the regular expression engine.  Thus the regular
+      expression that would match the string ``int*`` in a suppression
+      file should be ::
 
         int\\*
 
This page took 0.03523 seconds and 5 git commands to generate.