summaryrefslogtreecommitdiff
path: root/usr/src/cmd/power/sys-suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/power/sys-suspend.c')
-rw-r--r--usr/src/cmd/power/sys-suspend.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/power/sys-suspend.c b/usr/src/cmd/power/sys-suspend.c
index 048b86d89a..34481c57d1 100644
--- a/usr/src/cmd/power/sys-suspend.c
+++ b/usr/src/cmd/power/sys-suspend.c
@@ -173,7 +173,7 @@ change_audit_file(void)
int retries = RETRY_COUNT;
/*
- * Wait for audit(1M) -n process to complete
+ * Wait for audit(8) -n process to complete
*
*/
do {
@@ -219,9 +219,9 @@ alarm_handler(int sig)
*/
/*
- * pm_poweroff - similar to poweroff(1M)
- * This should do the same auditing as poweroff(1m) would do when it
- * becomes a libpower function. Till then we use poweroff(1m).
+ * pm_poweroff - similar to poweroff(8)
+ * This should do the same auditing as poweroff(8) would do when it
+ * becomes a libpower function. Till then we use poweroff(8).
*/
static void
pm_poweroff(void)
@@ -236,7 +236,7 @@ pm_poweroff(void)
closelog();
/*
- * Call poweroff(1m) to shut down the system.
+ * Call poweroff(8) to shut down the system.
*/
(void) execl("/usr/sbin/poweroff", "poweroff", NULL);