svn commit: r282007 - head/lib/libc/regex

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 26 10:55:40 UTC 2015


Author: bapt
Date: Sun Apr 26 10:55:39 2015
New Revision: 282007
URL: https://svnweb.freebsd.org/changeset/base/282007

Log:
  mdoc: rendering fixes

Modified:
  head/lib/libc/regex/re_format.7
  head/lib/libc/regex/regex.3

Modified: head/lib/libc/regex/re_format.7
==============================================================================
--- head/lib/libc/regex/re_format.7	Sun Apr 26 10:54:52 2015	(r282006)
+++ head/lib/libc/regex/re_format.7	Sun Apr 26 10:55:39 2015	(r282007)
@@ -392,10 +392,12 @@ and
 .Ql ?\&
 are ordinary characters, and their functionality
 can be expressed using bounds
-.No ( Ql {1,}
+.Po
+.Ql {1,}
 or
 .Ql {0,1}
-respectively).
+respectively
+.Pc .
 Also note that
 .Ql x+
 in modern REs is equivalent to

Modified: head/lib/libc/regex/regex.3
==============================================================================
--- head/lib/libc/regex/regex.3	Sun Apr 26 10:54:52 2015	(r282006)
+++ head/lib/libc/regex/regex.3	Sun Apr 26 10:55:39 2015	(r282007)
@@ -420,10 +420,12 @@ it should have been the result from the 
 using that
 .Ft regex_t .
 The
-.Fn ( regerror
+.Po
+.Fn regerror
 may be able to supply a more detailed message using information
 from the
-.Ft regex_t . )
+.Ft regex_t .
+.Pc
 The
 .Fn regerror
 function


More information about the svn-src-all mailing list