Bugs: |
|
---|
Change Summary:
Fix following warnings:
Man page format/spelling: mandoc: usr/src/man/man1/ls.1:52:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:395:2: WARNING: skipping paragraph macro: PP after SS mandoc: usr/src/man/man1/ls.1:77:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:855:2: WARNING: skipping paragraph macro: PP after SS mandoc: usr/src/man/man1/ls.1:852:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2381:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2395:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2399:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2646:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2739:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2817:2: WARNING: skipping paragraph macro: PP after SH mandoc: usr/src/man/man1/ls.1:2822:2: WARNING: skipping paragraph macro: PP after SH
Diff: |
Revision 3 (+2 -14) |
---|
-
It now passes "git pbchk" for me. I also did some testing on your behalf as well (this testing should get documented in the bug):
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]%
You should make sure Marcel re-ups his +1, and I'll be happy to RTI-approve this. Thanks for the cleanup!