diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-26 10:54:52 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-26 10:54:52 +0000 |
commit | 2b78b18c213191ddc7e638b0b2188d07a504b0ea (patch) | |
tree | 3a283fa4cd4766e854c6b7be48b8319b4ab3fde2 /lib | |
parent | 0a87c9da1b867a2f36fc4a4e7a7d2e2bec81f164 (diff) | |
download | FreeBSD-src-2b78b18c213191ddc7e638b0b2188d07a504b0ea.zip FreeBSD-src-2b78b18c213191ddc7e638b0b2188d07a504b0ea.tar.gz |
Use mdoc(7) macros to handle parenthesis
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/nls/catopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 7a16ee5..7744b0b 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -94,7 +94,7 @@ An empty string is substituted for undefined values. 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 |