Sorry, somehow my `git send-email` is broken currently, so I have to attach
even this trivial patch.
Have a nice day,
Berny
From 0cb8332196d3c727f540de407228ecb910e12e25 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <m...@bernhard-voelker.de>
Date: Tue, 15 Aug 2023 13:35:13 +0200
Subject: [PATCH] maint: fix typo in NEWS
* NEWS: s|/who/log/wtmp|/var/log/tmp|, introduced in commit 85edb4afbd1.
---
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 7200b51cb..3a06f4b30 100644
--- a/NEWS
+++ b/NEWS
@@ -96,7 +96,7 @@ GNU coreutils NEWS -*- outline -*-
so long as systemd is installed, you configure with a new, experimental
option --enable-systemd, and you use the programs without file arguments.
(For example, with systemd 'who /var/log/wtmp' does not work because
- systemd does not support the equivalent of /who/log/wtmp.)
+ systemd does not support the equivalent of /var/log/wtmp.)
* Noteworthy changes in release 9.3 (2023-04-18) [stable]
--
2.41.0