diff options
author | uqs <uqs@FreeBSD.org> | 2010-08-02 13:11:35 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-08-02 13:11:35 +0000 |
commit | 685dd513643af4e2d86fdba44728ba258395f245 (patch) | |
tree | 57d76c2f0f5aa99e7cb133a6d6eda0aaf6ab4ef3 /usr.bin/c99 | |
parent | cc627cc10e06f579262777a9280395f8b9b940e6 (diff) | |
download | FreeBSD-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/c99')
-rw-r--r-- | usr.bin/c99/c99.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |