summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-08-02 13:11:35 +0000
committeruqs <uqs@FreeBSD.org>2010-08-02 13:11:35 +0000
commit685dd513643af4e2d86fdba44728ba258395f245 (patch)
tree57d76c2f0f5aa99e7cb133a6d6eda0aaf6ab4ef3 /usr.bin
parentcc627cc10e06f579262777a9280395f8b9b940e6 (diff)
downloadFreeBSD-src-685dd513643af4e2d86fdba44728ba258395f245.zip
FreeBSD-src-685dd513643af4e2d86fdba44728ba258395f245.tar.gz
mdoc: make sure to pass at least one argument to quotation macros
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/c89/c89.14
-rw-r--r--usr.bin/c99/c99.14
-rw-r--r--usr.bin/tar/bsdtar.14
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1
index 82acf37..a314226 100644
--- a/usr.bin/c89/c89.1
+++ b/usr.bin/c89/c89.1
@@ -94,7 +94,7 @@ absolute pathnames to look in the directory named by the
pathname before looking in the usual places.
Thus, headers whose
names are enclosed in double-quotes
-.Pq Qq
+.Pq Qq \&
will be searched for first
in the directory of the file with the
.Ic #include
@@ -103,7 +103,7 @@ directories named in
.Fl I
options, and last in the usual places.
For headers whose names are enclosed in angle brackets
-.Pq Aq ,
+.Pq Aq \& ,
the header
will be searched for only in directories named in
.Fl I
diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1
index 3686495..2e36771 100644
--- a/usr.bin/c99/c99.1
+++ b/usr.bin/c99/c99.1
@@ -96,7 +96,7 @@ absolute pathnames to look in the directory named by the
pathname before looking in the usual places.
Thus, headers whose
names are enclosed in double-quotes
-.Pq Qq
+.Pq Qq \&
will be searched for first
in the directory of the file with the
.Ic #include
@@ -105,7 +105,7 @@ directories named in
.Fl I
options, and last in the usual places.
For headers whose names are enclosed in angle brackets
-.Pq Aq ,
+.Pq Aq \& ,
the header
will be searched for only in directories named in
.Fl I
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1
index 81b3c41..4eaf64e 100644
--- a/usr.bin/tar/bsdtar.1
+++ b/usr.bin/tar/bsdtar.1
@@ -354,9 +354,9 @@ is run as non-root.
.It Fl Fl numeric-owner
This is equivalent to
.Fl Fl uname
-.Qq
+.Qq \&
.Fl Fl gname
-.Qq .
+.Qq \& .
On extract, it causes user and group names in the archive
to be ignored in favor of the numeric user and group ids.
On create, it causes user and group names to not be stored
OpenPOWER on IntegriCloud