doc: tty: fix indexing in texinfo

* doc/coreutils.texi: Fix recently introduced typo.
* THANKS.in: Remove as now committed to the repo.
This commit is contained in:
Egmont Koblinger 2026-01-19 22:13:07 +00:00 committed by Pádraig Brady
parent 7426643f39
commit 5de8835672
2 changed files with 3 additions and 4 deletions

View File

@ -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

View 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