mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
find: Correct ls(1) equivalent command for -ls primary
After commit3bfbb521fe, -g stopped being a no-op. The -g hasn't been required for equivalent output since 4.4BSD. PR: 282901 Fixes:3bfbb521ls: Improve POSIX compatibility for -g and -n. (cherry picked from commitb4ede68c21)
This commit is contained in:
parent
d531466822
commit
4ec46a286b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue