]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: tty: fix indexing in texinfo
authorEgmont Koblinger <egmont@gmail.com>
Mon, 19 Jan 2026 22:13:07 +0000 (22:13 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 21 Jan 2026 13:51:58 +0000 (13:51 +0000)
* doc/coreutils.texi: Fix recently introduced typo.
* THANKS.in: Remove as now committed to the repo.

THANKS.in
doc/coreutils.texi

index 8f6af1b61219126f8246106986fb69f0def31cdc..35fee752b5940c6a199813c01486b4946cde4346 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -185,7 +185,6 @@ Dragos Harabor                      dharabor@us.oracle.com
 Duncan Roe                          duncanr@optimation.com.au
 Edward Schwartz                     edmcman@cmu.edu
 Edzer Pebesma                       Edzer.Pebesma@rivm.nl
-Egmont Koblinger                    egmont@uhulinux.hu
 Eirik Fuller                        eirik@hackrat.com
 Eivind                              eivindt@multinet.no
 Elbert Pol                          elbert.pol@gmail.com
index 5d40ee21a7da7ae71cf2e1c9fc6abdb07c6312a3..fb628a3fb7078cb1fe15aaaa599e99b2aa532181 100644 (file)
@@ -15374,9 +15374,9 @@ The program accepts the following option.  Also see @ref{Common options}.
 
 @table @samp
 
-@optItem{printenv,-s,}
-@optItemx{printenv,--silent,}
-@optItemx{printenv,--quiet,}
+@optItem{tty,-s,}
+@optItemx{tty,--silent,}
+@optItemx{tty,--quiet,}
 Print nothing; only return an exit status.
 
 @end table