From c4d9468ea0e627c69802bd0689c93527dc2e2a85 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov 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. --- bin/sleep/sleep.1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin/sleep/sleep.1') diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 5c93167cfcc6..1a5acc77eb62 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -62,11 +62,9 @@ signal is not handled specially by this implementation. The .Nm command will accept and honor a non-integer number of specified seconds -.Po -with a +(with a .Ql .\& -character as a decimal point -.Pc . +character as a decimal point). .Bf Sy This is a non-portable extension, and its use will nearly guarantee that a shell script will not execute properly on another system. -- cgit v1.2.3