summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-08-02 13:11:41 +0000
committeruqs <uqs@FreeBSD.org>2010-08-02 13:11:41 +0000
commit02bd58e3fa3104de650c1f8e6d0cfed41b1d94ad (patch)
treee27910545394c5ece21e525d166bf48970654264 /lib/libc/stdlib
parent685dd513643af4e2d86fdba44728ba258395f245 (diff)
downloadFreeBSD-src-02bd58e3fa3104de650c1f8e6d0cfed41b1d94ad.zip
FreeBSD-src-02bd58e3fa3104de650c1f8e6d0cfed41b1d94ad.tar.gz
mdoc: remove unbalanced quotes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index a966624..3fe4453 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
OpenPOWER on IntegriCloud