Page MenuHomeFreeBSD

MFC r344066:
ClosedPublic

Authored by ngie on Mar 11 2019, 6:22 PM.
Tags
None
Referenced Files
F153716721: D19547.diff
Thu, Apr 23, 4:23 AM
Unknown Object (File)
Sat, Apr 18, 8:16 PM
Unknown Object (File)
Tue, Apr 14, 5:48 PM
Unknown Object (File)
Tue, Apr 14, 12:31 AM
Unknown Object (File)
Mon, Apr 6, 11:08 AM
Unknown Object (File)
Sat, Mar 28, 8:58 AM
Unknown Object (File)
Wed, Mar 25, 7:52 AM
Unknown Object (File)
Wed, Mar 25, 1:52 AM
Subscribers

Details

Summary

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

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.

Diff Detail

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

Event Timeline

ngie added reviewers: emaste, jtl.
This revision is now accepted and ready to land.Mar 27 2019, 6:15 PM
This revision was automatically updated to reflect the committed changes.