Bug #12596
closed
A typo in usr/src/man/man1/ls.1
Added by Nan Xiao about 2 years ago.
Updated about 2 years ago.
Category:
manpage - manual pages
Description
There is a typo in usr/src/man/man1/ls.1:
Display a suffix after a file depending on it's type, ...
It should be "its type".
- Related to Bug #11331: A typo in usr/src/man/man1/ls.1 added
Test result based on the diff:
nowhere(~/ws/illumos-gate)[0]% man -M usr/src/man ls.1 > /tmp/after
nowhere(~/ws/illumos-gate)[0]% man ls.1 > /tmp/before
nowhere(~/ws/illumos-gate)[0]% diff /tmp/{before,after}
1250,1251c1250,1251
< Display a suffix after a file depending on it's type, similar to
< the -F option, except * is not appended to executable files.
---
> Display a suffix after a file depending on its type, similar to the
> -F option, except * is not appended to executable files.
1743c1743
< November 24, 2014 LS(1)
---
> April 25, 2020 LS(1)
nowhere(~/ws/illumos-gate)[1]%
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 132f92b0e6c7ef46ac10daee56575ea421313e21
commit 132f92b0e6c7ef46ac10daee56575ea421313e21
Author: Nan Xiao <nan@chinadtrace.org>
Date: 2020-04-26T05:19:51.000Z
12596 A typo in usr/src/man/man1/ls.1
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Dan McDonald <danmcd@joyent.com>
Also available in: Atom
PDF