From 62cd0c78dab69bef371aec943fe78ff464ae4f15 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 Feb 2024 12:56:01 -0500 Subject: [PATCH 1/2] Reissue 1.18 - same code, corrected metadata. --- NEWS.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.adoc b/NEWS.adoc index 92c2f10..624f6ce 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -2,7 +2,7 @@ // SPDX-FileCopyrightText: (C) Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 -1.18: 2024-02-05:: +1.18: 2024-02-15:: Bring the manual page fully up to date. 1.17: 2024-01-02:: -- 2.31.1 From b51612131d7552c9629a1e843b236b5b9be096d5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 29 Apr 2024 11:43:41 -0400 Subject: [PATCH 2/2] Typo fix. --- advent.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advent.adoc b/advent.adoc index d7231f6..f132b0c 100644 --- a/advent.adoc +++ b/advent.adoc @@ -62,7 +62,7 @@ argument of '-' is taken as a directive to read from standard input. The binary save file format is fragile, dependent on your machine's endianness, and unlikely to survive through version bumps. There are -version and emdianness checks when attempting to restore from a save. +version and endianness checks when attempting to restore from a save. The input parser was the first attempt *ever* at natural-language parsing in a game and has some known deficiencies. While later text -- 2.31.1