Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 10:55:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282007 - head/lib/libc/regex
Message-ID:  <201504261055.t3QAteIm054217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504261055.t3QAteIm054217>