From b0fe68c13b04af8c098d53ea999bba6b7395163d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 16 Sep 2020 12:04:55 +0000 Subject: Documentation fixes, by flexibeast --- doc/libs6/ftrigr.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/libs6/ftrigr.html') diff --git a/doc/libs6/ftrigr.html b/doc/libs6/ftrigr.html index 84ab1cd..d1b2efe 100644 --- a/doc/libs6/ftrigr.html +++ b/doc/libs6/ftrigr.html @@ -45,7 +45,7 @@ simply ignoring pids you don't know.

If your application has trouble handling unknown -children, consider using a ftrigrd service. (And fix your application!) +children, consider using an ftrigrd service. (And fix your application!)

A programming example

@@ -112,11 +112,11 @@ ftrigr_startf(&a, &deadline, &stamp) ;

-ftrigr_start starts a session with a ftrigrd service listening on +ftrigr_start starts a session with an ftrigrd service listening on path.
-ftrigr_startf starts a session with a ftrigrd process as a child +ftrigr_startf starts a session with an ftrigrd process as a child (which is the simplest usage).
-a is a ftrigr_t structure that must be declared in the stack and +a is an ftrigr_t structure that must be declared in the stack and initialized to FTRIGR_ZERO. stamp must be an accurate enough timestamp.
If the session initialization fails, the function returns 0 and errno is set; -- cgit v1.3.1