From 43457588767caedd16dbf19162de0a6a435dfeda Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 7 Aug 2001 15:48:51 +0000 Subject: mdoc(7) police: Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. --- usr.bin/locate/locate/locate.1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.bin/locate') diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index b261f7b..84edece 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -55,14 +55,12 @@ and contains the pathnames of all files which are publicly accessible. .Pp Shell globbing and quoting characters -.Po -.Dq * , +.Dq ( * , .Dq \&? , .Dq \e , .Dq \&[ and -.Dq \&] -.Pc +.Dq \&] ) may be used in .Ar pattern , although they will have to be escaped from the shell. -- cgit v1.1