diff options
author | 2020-12-13 15:47:32 +0000 | |
---|---|---|
committer | 2020-12-13 15:47:32 +0000 | |
commit | cbe702d0aea0a7ea810ed662a0f353da883140fc (patch) | |
tree | 89ec05b7e2bcf34ca35b237e506b30c0bfad2503 | |
parent | pr.1: note that -p is unsupported (diff) | |
download | wireguard-openbsd-cbe702d0aea0a7ea810ed662a0f353da883140fc.tar.xz wireguard-openbsd-cbe702d0aea0a7ea810ed662a0f353da883140fc.zip |
fix unmarked/ignored descriptive mix up;
from rafa
-rw-r--r-- | games/atc/atc.6 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/atc/atc.6 b/games/atc/atc.6 index 12b71e5eb9b..14e437eb3b9 100644 --- a/games/atc/atc.6 +++ b/games/atc/atc.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atc.6,v 1.23 2016/03/07 12:07:55 mestre Exp $ +.\" $OpenBSD: atc.6,v 1.24 2020/12/13 15:47:32 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,7 +34,7 @@ .\" .\" Copyright (c) 1986 Ed James. All rights reserved. .\" -.Dd $Mdocdate: March 7 2016 $ +.Dd $Mdocdate: December 13 2020 $ .Dt ATC 6 .Os .Sh NAME @@ -423,7 +423,7 @@ A plane may also be either or .Em ignored . An -.Em unmarked +.Em ignored plane is drawn in unhighlighted mode, and a line of dashes is displayed in the command field of the information area. The plane will remain this way until a mark command has been issued. @@ -432,8 +432,8 @@ but the command line will return to a line of dashes when the command is completed. .Pp An -.Em ignored -plane is treated the same as an unmarked plane, except that it will +.Em unmarked +plane is treated the same as an ignored plane, except that it will automatically switch to .Em marked status when a delayed command has been processed. |