A year ago I wrote a simple section in coreutils.texi documenting
'pinky' [1]. And Pádraig agreed there wasn't much of a point in a
separate section for '[' [2].

But I forgot to remove some FIXME/TODO entries. I've pushed the attached
patch to remove them. Also the second patch, since I noticed files
created by 'make ps' were not ignored by git.

Collin

[1] https://lists.gnu.org/archive/html/coreutils/2024-03/msg00030.html
[2] https://lists.gnu.org/archive/html/coreutils/2024-02/msg00015.html

>From 9cb89ff084ef4414cacd78bc2ee579252e7ddf60 Mon Sep 17 00:00:00 2001
Message-ID: <9cb89ff084ef4414cacd78bc2ee579252e7ddf60.1751508571.git.collin.fu...@gmail.com>
From: Collin Funk <collin.fu...@gmail.com>
Date: Wed, 2 Jul 2025 18:41:53 -0700
Subject: [PATCH 1/2] doc: remove outdated TODO/FIXME items

* TODO: Remove note about missing documentation for 'pinky' and '['.
* doc/coreutils.texi: Likewise.
---
 TODO               | 4 ----
 doc/coreutils.texi | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/TODO b/TODO
index 96b0670b4..880c6fc51 100644
--- a/TODO
+++ b/TODO
@@ -11,10 +11,6 @@ Modify chmod so that it does not change an inode's st_ctime
     https://lists.gnu.org/r/bug-coreutils/2004-09/msg00145.html
   Discussed more recently on <https://bugs.debian.org/497514>.
 
-document the following in coreutils.texi:
-  [
-  pinky
-
 Suggestion from Paul Eggert:
   More generally, there's not that much use for imaxtostr nowadays,
   since the inttypes module and newer versions of gettext allow things
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index b547e18ce..6e1aaef7a 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -32,10 +32,6 @@
 * Date input formats: (coreutils)Date input formats.
 @end direntry
 
-@c FIXME: the following need documentation
-@c * [: (coreutils)[ invocation.                   File/string tests.
-@c * pinky: (coreutils)pinky invocation.           FIXME.
-
 @dircategory Individual utilities
 @direntry
 * arch: (coreutils)arch invocation.             Print machine hardware name.
-- 
2.50.0

>From 4db08f928e14650d085abe73e58ee4f879f41341 Mon Sep 17 00:00:00 2001
Message-ID: <4db08f928e14650d085abe73e58ee4f879f41341.1751508571.git.collin.fu...@gmail.com>
In-Reply-To: <9cb89ff084ef4414cacd78bc2ee579252e7ddf60.1751508571.git.collin.fu...@gmail.com>
References: <9cb89ff084ef4414cacd78bc2ee579252e7ddf60.1751508571.git.collin.fu...@gmail.com>
From: Collin Funk <collin.fu...@gmail.com>
Date: Wed, 2 Jul 2025 19:01:06 -0700
Subject: [PATCH 2/2] maint: add files generated by 'make ps' to .gitignore

* doc/.gitignore (/coreutils.ps, /coreutils.t2d/): Add entries.
---
 doc/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/.gitignore b/doc/.gitignore
index 5ce61cc1e..8da57e6f9 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -13,6 +13,8 @@
 /coreutils.op
 /coreutils.pdf
 /coreutils.pg
+/coreutils.ps
+/coreutils.t2d/
 /coreutils.t2p/
 /coreutils.toc
 /coreutils.tp
-- 
2.50.0

Reply via email to