From 1c9a61c0697e6af47fa7839226e470ba2c13f919 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 26 Oct 2022 12:11:48 +0000 Subject: Doc fix Signed-off-by: Laurent Bercot --- NEWS | 10 ++++++++++ doc/libs6/ftrigr.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69c1d99..ea00bb2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Changelog for s6. +In 2.11.2.0 +----------- + + - Bugfixes. + - The name of the service is now passed as an argument to ./run and +as the third argument to ./finish. + - The 1-second service restart delay can now only be skipped when +the service is ready. + + In 2.11.1.2 ----------- diff --git a/doc/libs6/ftrigr.html b/doc/libs6/ftrigr.html index 9545894..052d7bf 100644 --- a/doc/libs6/ftrigr.html +++ b/doc/libs6/ftrigr.html @@ -291,7 +291,7 @@ a notification. The function then returns 1.
-int ftrigr_ack (ftrigr_t *a, size_t n)
+void ftrigr_ack (ftrigr_t *a, size_t n)
 

-- cgit v1.2.3