Date: Wed, 17 Apr 2002 10:53:24 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Rich Morin <rdm@cfcl.com> Cc: doc@FreeBSD.ORG Subject: Re: Help with ".Ql" macro? Message-ID: <20020417075324.GB78106@sunbay.com> In-Reply-To: <p05100318b8e2177d83ce@[192.168.254.205]> References: <p05100318b8e2177d83ce@[192.168.254.205]>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Tue, Apr 16, 2002 at 11:04:20AM -0700, Rich Morin wrote: > In intro(8), the ".Ql" macro is used several times, as: > > > .Ql Xr newfs , > > .Ql Xr fsck , > > .Ql Xr edquota , > > .Ql Xr dump , > > .Ql Xr restore . > > .Ql Xr format > > .Ql Xr inetd > > .Ql Xr ftpd > > .Ql Xr crash > > producing the following error messages: > > > Usage: .Li argument ... (#45) > > Usage: .Li argument ... (#47) > > Usage: .Li argument ... (#49) > > Usage: .Li argument ... (#51) > > Usage: .Li argument ... (#53) > > Usage: .Li argument ... (#55) > > Usage: .Li argument ... (#60) > > Usage: .Li argument ... (#62) > > Usage: .Li argument ... (#65) > > Can someone tell me what the fix should be? > Should be fixed now. The .Ql macro is different in nroff (-Tascii) and troff (-Tps) modes in mdoc(7). (The difference is documented in the mdoc(7) manpage.) In troff mode, .Ql internally uses the .Li macro to print arguments in "literal" font. In nroff mode, .Ql is merely equivalent to .Sq, but in fact it shold be equivalent to .Sq Li. I will fix it. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8vSn0Ukv4P6juNwoRAq7SAKCAAzlzuxNMMhq6V1aVrY4hgQjzLQCfWm/c A3XH4VCbk5SBw0tNPHhJr5Y= =7UKD -----END PGP SIGNATURE-----help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020417075324.GB78106>
