commit 9b60f53243634295f3d7156672acfc8d54741c3e
parent 9c5518daa203519f2a29e373869d2c3a670d64ff
Author: Friedel Schön <[email protected]>
Date: Sat, 20 May 2023 13:36:59 +0200
manual numbers
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/man/fsvc.8.md b/src/man/fsvc.8.md
@@ -26,7 +26,7 @@
## DESCRIPTION
-`fsvc` is a command line tool for controlling services on a FISS system. It provides various commands for starting, stopping, enabling, disabling, sending signals to, checking the status of, pausing, resuming, and switching the runlevel of services.
+`fsvc` is a command line tool for controlling services on a fiss system. It provides various commands for starting, stopping, enabling, disabling, sending signals to, checking the status of, pausing, resuming, and switching the runlevel of services.
## OPTIONS
diff --git a/src/man/zzz.8.md b/src/man/zzz.8.md
@@ -10,7 +10,7 @@ zzz - suspend or hibernate your system
## DESCRIPTION
-`zzz` is a simple utility to hibernate or suspend your computer and part of the FISS-system. It supports suspend/resume-hooks.
+`zzz` is a simple utility to hibernate or suspend your computer and part of the fiss-system. It supports suspend/resume-hooks.
`-n, --noop`
dry-run, sleep for 5sec instead of actually running ACPI actions.
diff --git a/src/message.c b/src/message.c
@@ -36,8 +36,8 @@ static const char* prog_manual[] = {
[PROG_POWEROFF] = "poweroff 8",
[PROG_REBOOT] = "reboot 8",
[PROG_SEEDRNG] = "seedrng 8",
- [PROG_SIGREMAP] = "sigremap 1",
- [PROG_VLOGGER] = "vlogger 8",
+ [PROG_SIGREMAP] = "sigremap 8",
+ [PROG_VLOGGER] = "vlogger 1",
[PROG_ZZZ] = "zzz 8"
};