aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-07 15:48:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-07 15:48:51 +0000
commitc4d9468ea0e627c69802bd0689c93527dc2e2a85 (patch)
tree0505e005ecc9492a4b759dc8e06eb138613e4aa4 /bin/sleep/sleep.1
parent5de15c0508449da98f193b4d397a9750d2494ce3 (diff)
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.
Notes
Notes: svn path=/head/; revision=81251
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r--bin/sleep/sleep.16
1 files changed, 2 insertions, 4 deletions
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.