Page MenuHomeFreeBSD

Add rc.resume(8) alias for rc(8) to fix the manpage cross references
ClosedPublic

Authored by ngie on Feb 12 2019, 3:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 9 2024, 3:27 PM
Unknown Object (File)
Jan 10 2024, 2:19 AM
Unknown Object (File)
Dec 6 2023, 12:23 AM
Unknown Object (File)
Nov 24 2023, 1:32 AM
Unknown Object (File)
Nov 23 2023, 5:10 PM
Unknown Object (File)
Nov 23 2023, 4:54 PM
Unknown Object (File)
Nov 10 2023, 7:05 PM
Unknown Object (File)
Nov 10 2023, 9:18 AM
Subscribers

Details

Summary

This issue was noticed when running make manlint as part of MFCing r342597 to
^/stable/11:

$ make -C share/man/man8 rc.8lint
mandoc -Tascii -Tlint rc.8
mandoc: rc.8:548:6: STYLE: referenced manual not found: Xr rc.resume 8
$

This is a followup commit to r339818.

Test Plan
$ make -n -C share/man/man8/ install  | grep rc.resume.8
rm -f /usr/share/man/man8/rc.resume.8 /usr/share/man/man8/rc.resume.8.gz;  install -l h -o root -g wheel -m 444  /usr/share/man/man8/rc.8.gz /usr/share/man/man8/rc.resume.8.gz

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ngie edited the summary of this revision. (Show Details)
ngie retitled this revision from Install rc(8) to rc.resume(8) to fix the manpage cross references to Add rc.resume(8) alias for rc(8) to fix the manpage cross references.Feb 12 2019, 3:28 AM
This revision is now accepted and ready to land.Feb 12 2019, 5:02 AM
This revision was automatically updated to reflect the committed changes.