Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2024 04:57:31 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4ec46a286b26 - stable/14 - find: Correct ls(1) equivalent command for -ls primary
Message-ID:  <202412010457.4B14vViI096173@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=4ec46a286b26901d5ee9ac3b405faaa36867e8a1

commit 4ec46a286b26901d5ee9ac3b405faaa36867e8a1
Author:     Thomas Eberhardt <sneakywumpus@gmail.com>
AuthorDate: 2024-11-23 16:45:27 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-12-01 02:46:08 +0000

    find: Correct ls(1) equivalent command for -ls primary
    
    After commit 3bfbb521fef5, -g stopped being a no-op.  The -g hasn't
    been required for equivalent output since 4.4BSD.
    
    PR:             282901
    Fixes:          3bfbb521 ls: Improve POSIX compatibility for -g and -n.
    
    (cherry picked from commit b4ede68c21c6c0277bc283c2bda35f3136e836b6)
---
 usr.bin/find/find.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index def6a82d0a97..c10380ac499a 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -30,7 +30,7 @@
 .\"
 .\"	@(#)find.1	8.7 (Berkeley) 5/9/95
 .\"
-.Dd January 21, 2024
+.Dd November 23, 2024
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -602,7 +602,7 @@ displayed preceded by
 .Dq Li -> .
 The format is identical to that produced by
 .Bk -words
-.Dq Nm ls Fl dgils .
+.Dq Nm ls Fl dils .
 .Ek
 .It Ic -maxdepth Ar n
 Always true; descend at most



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412010457.4B14vViI096173>