Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 10:54:53 +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: r282006 - head/lib/libc/nls
Message-ID:  <201504261054.t3QAsrOL054011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr 26 10:54:52 2015
New Revision: 282006
URL: https://svnweb.freebsd.org/changeset/base/282006

Log:
  Use mdoc(7) macros to handle parenthesis

Modified:
  head/lib/libc/nls/catopen.3

Modified: head/lib/libc/nls/catopen.3
==============================================================================
--- head/lib/libc/nls/catopen.3	Sun Apr 26 10:53:50 2015	(r282005)
+++ head/lib/libc/nls/catopen.3	Sun Apr 26 10:54:52 2015	(r282006)
@@ -94,7 +94,7 @@ An empty string is substituted for undef
 Path names templates defined in
 .Ev NLSPATH
 are separated by colons
-.No ( Sq \&: ) .
+.Pq Sq \&: .
 A leading or two adjacent colons
 is equivalent to specifying %N.
 .Pp



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