From 3a07cefae00cbaa0d1a60a828401ceda47679eee Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sat, 20 Dec 2025 17:26:59 +0000 Subject: [PATCH] doc: ls: fix recent typo for -F option in texinfo * doc/coreutils.texi (ls invocation): Add a missing hyphen that was inadvertently dropped in the recent adjustments. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d31c808595..c2386a5191 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8052,7 +8052,7 @@ eval $(dircolors -p | perl -pe \ and on a @code{dirent.d_type}-capable file system, @command{ls} will perform only one @code{stat} call per command line argument. -@optItem{ls,F,} +@optItem{ls,-F,} @optItemx{ls,--classify,[=@var{when}]} @itemx --indicator-style=classify @opindex --indicator-style -- 2.47.3