mdoc: remove unbalanced quotes

This commit is contained in:
Ulrich Spörlein 2010-08-02 13:11:41 +00:00
parent c0da74038d
commit 3d05ebbcf8
2 changed files with 6 additions and 6 deletions

View File

@ -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 ;

View File

@ -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