From: Bernhard Voelker Date: Tue, 15 Aug 2023 11:35:13 +0000 (+0200) Subject: maint: fix typo in NEWS X-Git-Tag: v9.4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb8332196d3c727f540de407228ecb910e12e25;p=thirdparty%2Fcoreutils.git maint: fix typo in NEWS * NEWS: s|/who/log/wtmp|/var/log/tmp|, introduced in commit 85edb4afbd1. --- diff --git a/NEWS b/NEWS index 7200b51cb8..3a06f4b30e 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]