Re: [PATCH] [src] games/hack/help - fix ordinal directions

2021-03-07 Thread Theo Buehler
On Sun, Mar 07, 2021 at 04:58:02PM +, Raf Czlonka wrote:
> Hello,
> 
> Ordinal (intercardinal) directions are swapped in hack(6)'s help.
> 
> For a second there, I though that no one else noticed since the 80s ;^)
> ...not the case[0] :^P
> 
> While there, I'm tempted to capitalise both cardinal and ordinal
> directions as they traditionally are - patch for each option below.

Committed, thanks. I took the version without capitalization, as it
seems that various grammar sites agree that it's not usually done for
generic directions.



[PATCH] [src] games/hack/help - fix ordinal directions

2021-03-07 Thread Raf Czlonka
Hello,

Ordinal (intercardinal) directions are swapped in hack(6)'s help.

For a second there, I though that no one else noticed since the 80s ;^)
...not the case[0] :^P

While there, I'm tempted to capitalise both cardinal and ordinal
directions as they traditionally are - patch for each option below.

[0] 
http://cvsweb.netbsd.org/bsdweb.cgi/src/games/hack/help.diff?r1=1.1=1.2_with_tag=MAIN=h

Cheers,

Raf

Index: games/hack/help
===
RCS file: /cvs/src/games/hack/help,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 help
--- games/hack/help 18 Oct 1995 08:49:02 -  1.1.1.1
+++ games/hack/help 7 Mar 2021 16:44:20 -
@@ -45,7 +45,7 @@ Commands:
>   down: go down (just like up).
kjhlyubn - go one step in the direction indicated.
k: north (i.e., to the top of the screen),
-   j: south, h: west, l: east, y: ne, u: nw, b: se, n: sw.
+   j: south, h: west, l: east, y: nw, u: ne, b: sw, n: se.
KJHLYUBN - Go in that direction until you hit a wall or run
into something.
m   (followed by one of kjhlyubn): move without picking up

And with directions capitalised:

Index: games/hack/help
===
RCS file: /cvs/src/games/hack/help,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 help
--- games/hack/help 18 Oct 1995 08:49:02 -  1.1.1.1
+++ games/hack/help 7 Mar 2021 16:45:24 -
@@ -44,8 +44,8 @@ Commands:
<   up: go up the staircase (if you are standing on it).
>   down: go down (just like up).
kjhlyubn - go one step in the direction indicated.
-   k: north (i.e., to the top of the screen),
-   j: south, h: west, l: east, y: ne, u: nw, b: se, n: sw.
+   k: North (i.e., to the top of the screen),
+   j: South, h: West, l: East, y: NW, u: NE, b: SW, n: SE.
KJHLYUBN - Go in that direction until you hit a wall or run
into something.
m   (followed by one of kjhlyubn): move without picking up