From 685dd513643af4e2d86fdba44728ba258395f245 Mon Sep 17 00:00:00 2001 From: uqs Date: Mon, 2 Aug 2010 13:11:35 +0000 Subject: mdoc: make sure to pass at least one argument to quotation macros --- usr.bin/c89/c89.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/c89') 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 -- cgit v1.1