diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 09:06:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 09:06:27 +0000 |
commit | 77b968172644741ef27c06cfe869548d3e3cb24a (patch) | |
tree | 6449953d36034c6a9b3a85f9ce0f4ffdc8b1be23 | |
parent | e43c0e6b8f67aa5b20218cb2f0ae6336fbdcad93 (diff) |
put space between macro arguments and punctuation;
-rw-r--r-- | games/atc/atc.6 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/atc/atc.6 b/games/atc/atc.6 index 01228917cc7..568cec212e4 100644 --- a/games/atc/atc.6 +++ b/games/atc/atc.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atc.6,v 1.11 2003/04/23 07:48:50 jmc Exp $ +.\" $OpenBSD: atc.6,v 1.12 2003/05/30 09:06:26 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -430,7 +430,7 @@ This means they are displayed in highlighted mode on the radar display. A plane may also be either .Em unmarked or -.Em ignored. +.Em ignored . An .Em unmarked plane is drawn in unhighlighted mode, and a line of dashes is displayed in @@ -500,15 +500,15 @@ These variables are set with the syntax: .Dl "variable = number;" .Pp Variable may be one of: -.Li update, +.Li update , indicating the number of seconds between forced updates; -.Li newplane, +.Li newplane , indicating .Pq about the number of updates between new plane entries; -.Li width, +.Li width , indicating the width of the play field; or -.Li height, +.Li height , indicating the height of the play field. .Pp The second part of the field description files describes the locations @@ -517,13 +517,13 @@ The syntax is as follows: .Pp .Bd -ragged -offset indent .Bl -tag -width "airport:" -compact -.It beacon: +.It beacon : (x y) ... ; -.It airport: +.It airport : (x y direction) ... ; -.It exit: +.It exit : (x y direction) ... ; -.It line: +.It line : [ (x1 y1) (x2 y2) ] ... ; .El .Ed |