~kennylevinsen/seatd-devel

man: add missing arg in -n syntax v1 APPLIED

Simon Ser: 1
 man: add missing arg in -n syntax

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~kennylevinsen/seatd-devel/patches/38481/mbox | git am -3
Learn more about email & git

[PATCH] man: add missing arg in -n syntax Export this patch

---
 man/seatd.1.scd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/seatd.1.scd b/man/seatd.1.scd
index 48e3f64da9b8..92f8e4b17fba 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.

base-commit: 9b8b6e0bf88f02b77835c977ca97017ac6ed850f
-- 
2.39.1
Applied, thanks!