From: Egmont Koblinger Date: Mon, 19 Jan 2026 22:13:07 +0000 (+0000) Subject: doc: tty: fix indexing in texinfo X-Git-Tag: v9.10~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5de88356728c275bbec7fe96ea99234063e40540;p=thirdparty%2Fcoreutils.git doc: tty: fix indexing in texinfo * doc/coreutils.texi: Fix recently introduced typo. * THANKS.in: Remove as now committed to the repo. --- diff --git a/THANKS.in b/THANKS.in index 8f6af1b612..35fee752b5 100644 --- 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 diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 5d40ee21a7..fb628a3fb7 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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