]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r344066:
authorngie <ngie@FreeBSD.org>
Wed, 27 Mar 2019 19:59:36 +0000 (19:59 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 27 Mar 2019 19:59:36 +0000 (19:59 +0000)
commitc781968455ce0350a59f74e4641ddbc3ac55bded
treea2f3cf0e9ba89a67f734796c68e2e4bf24feb795
parente7377aa3afd7f551392fec994bb850f09e4156c2
MFC r344066:

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.

Differential Revision: https://reviews.freebsd.org/D19547
share/man/man8/Makefile