Page MenuHomeFreeBSD

MFC r344066:
ClosedPublic

Authored by ngie on Mar 11 2019, 6:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 1:26 AM
Unknown Object (File)
Fri, Nov 21, 1:25 AM
Unknown Object (File)
Fri, Nov 21, 1:21 AM
Unknown Object (File)
Fri, Nov 21, 1:18 AM
Unknown Object (File)
Mon, Nov 17, 1:41 PM
Unknown Object (File)
Fri, Oct 31, 12:29 AM
Unknown Object (File)
Mon, Oct 27, 4:42 PM
Unknown Object (File)
Oct 22 2025, 6:37 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 23013
Build 22086: arc lint + arc unit

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.