diff options
author | Josiah Frentsos <jfrent@tilde.team> | 2022-08-09 22:29:32 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-08-09 22:29:32 +0000 |
commit | ec98c2e178ee0e247e0e425e5e74393c62d4ce36 (patch) | |
tree | c467bdda5dfa0426cc5d919ad73f91cb5882f548 /sys | |
parent | 01e6f4d436fa3c03eb768268b4d90cfbd2af71ad (diff) |
ls(1): Make man page synopsis consistent with usage output
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/ls | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/man/1/ls b/sys/man/1/ls index eff94d44b..81ec0677c 100644 --- a/sys/man/1/ls +++ b/sys/man/1/ls @@ -5,14 +5,16 @@ ls, lc \- list contents of directory .B ls [ .B -dlmnpqrstuFQT +] [ +.I file ... ] -.I name ... .PP .B lc [ .B -dlmnqrstuQT +] [ +.I file ... ] -.I name ... .SH DESCRIPTION For each directory argument, .I ls |