diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-05-27 11:44:53 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-05-27 11:44:53 +0000 |
commit | 162e1abc893722b6034fe5e4a2a6b3ff38a8d086 (patch) | |
tree | 0e43ddd07fa075e062c05804a0ae02f752897750 /games | |
parent | c28d25c13b3ca9510f2db33c9a8dd2746a21f6cb (diff) |
Use an en-dash for 20-200, escape - used as arithmetic symbol.
Same as jmc's tweaks for rain(6).
Diffstat (limited to 'games')
-rw-r--r-- | games/worms/worms.6 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/worms/worms.6 b/games/worms/worms.6 index ab6daf94a98..4643d11eebe 100644 --- a/games/worms/worms.6 +++ b/games/worms/worms.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: worms.6,v 1.13 2007/05/31 19:19:19 jmc Exp $ +.\" $OpenBSD: worms.6,v 1.14 2012/05/27 11:44:52 sthen Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)worms.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 27 2012 $ .Dt WORMS 6 .Os .Sh NAME @@ -52,11 +52,11 @@ The options are as follows: .It Fl d Ar delay Specifies a delay, in milliseconds, between each update. This is useful for fast terminals. -Reasonable values are around 20-200. +Reasonable values are around 20\(en200. The default is based on the terminal speed. If the terminal is 9600 baud or slower no delay is used. Otherwise, the delay is computed via the following formula: -.Dl delay = speed / 9600 - 1. +.Dl delay = speed / 9600 \- 1. .It Fl f Makes a .Dq field |