From 02bd58e3fa3104de650c1f8e6d0cfed41b1d94ad Mon Sep 17 00:00:00 2001 From: uqs Date: Mon, 2 Aug 2010 13:11:41 +0000 Subject: [PATCH] mdoc: remove unbalanced quotes --- lib/libc/locale/setlocale.3 | 8 ++++---- lib/libc/stdlib/getopt.3 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 8be673063326..41937caa8028 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -103,11 +103,11 @@ function. .Pp Only three locales are defined by default, the empty string -.Li "\&""\|"" +.Li \&"\|" which denotes the native environment, and the -.Li "\&""C"" +.Li \&"C" and -.Li "\&""POSIX"" +.Li \&"POSIX" locales, which denote the C language environment. A .Fa locale @@ -117,7 +117,7 @@ causes .Fn setlocale to return the current locale. By default, C programs start in the -.Li "\&""C"" +.Li \&"C" locale. The only function in the library that sets the locale is .Fn setlocale ; diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index a96662458fb1..3fe44533f1b7 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -66,11 +66,11 @@ may contain the following elements: individual characters, and characters followed by a colon to indicate an option argument is to follow. For example, an option string -.Li "\&""x"" +.Li \&"x" recognizes an option .Dq Fl x , and an option string -.Li "\&""x:"" +.Li \&"x:" recognizes an option and argument .Dq Fl x Ar argument . It does not matter to