diff options
| author | Pat Maddox <pat@patmaddox.com> | 2026-02-24 20:25:15 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-27 00:35:32 +0000 |
| commit | 77dc773ecfcfd177c26dde4e858feb9a35fd970f (patch) | |
| tree | 9b2cf42665f8fd38f4e9ca3609e21e5f69f15503 | |
| parent | c944960a5bd7725e4d5e6805ec1e55b7de147c35 (diff) | |
rc.8: Add rc.suspend as an alias
Make it consistent with the other lifecycle scripts, thus making it
more findable.
Reviewed by: ziaee
Signed-off-by: Pat Maddox <pat@patmaddox.com>
Closes: https://github.com/freebsd/freebsd-src/pull/2047
| -rw-r--r-- | share/man/man8/Makefile | 3 | ||||
| -rw-r--r-- | share/man/man8/rc.8 | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index c408f1b65a80..de06f5b67900 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -25,7 +25,8 @@ RCLINKS= rc.8 rc.d.8 \ rc.8 rc.pccard.8 \ rc.8 rc.resume.8 \ rc.8 rc.serial.8 \ - rc.8 rc.shutdown.8 + rc.8 rc.shutdown.8 \ + rc.8 rc.suspend.8 RCPACKAGE= rc .if ${MK_NIS} != "no" diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index b7bd7b2de1f0..a68878f0a10a 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -44,6 +44,7 @@ .Nm rc.resume .Nm rc.shutdown .Nm rc.subr +.Nm rc.suspend .Sh DESCRIPTION The .Nm |
