aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-01-27 11:43:46 +0000
committerKenny Levinsen <kl@kl.wtf>2023-01-28 23:10:29 +0100
commit207e2a59363037c192278bc51e3693d88d115514 (patch)
tree82600f00bb7cbe9b388aadcb21559c1ec8a2e474
parent9b8b6e0bf88f02b77835c977ca97017ac6ed850f (diff)
man: add missing arg in -n syntax
-rw-r--r--man/seatd.1.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/seatd.1.scd b/man/seatd.1.scd
index 48e3f64..92f8e4b 100644
--- a/man/seatd.1.scd
+++ b/man/seatd.1.scd
@@ -13,7 +13,7 @@ seatd - A seat management daemon
*-h*
Show help message and quit.
-*-n*
+*-n <fd>*
FD to notify readiness on. A single newline will be written and the fd
closed when seatd is ready to serve requests. This is compatible with
s6's notification protocol.