diff options
author | Simon Ser <contact@emersion.fr> | 2023-01-27 11:43:46 +0000 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2023-01-28 23:10:29 +0100 |
commit | 207e2a59363037c192278bc51e3693d88d115514 (patch) | |
tree | 82600f00bb7cbe9b388aadcb21559c1ec8a2e474 /man | |
parent | 9b8b6e0bf88f02b77835c977ca97017ac6ed850f (diff) |
man: add missing arg in -n syntax
Diffstat (limited to 'man')
-rw-r--r-- | man/seatd.1.scd | 2 |
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. |