From 6f85f86357d70570195e7a97a8b7fbb779c82230 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 23 May 2017 11:03:22 +0000
Subject: Switch doc to schemeless URLs
---
doc/libs6/accessrules.html | 10 +++++-----
doc/libs6/ftrigr.html | 12 ++++++------
doc/libs6/ftrigw.html | 6 +++---
doc/libs6/index.html | 6 +++---
doc/libs6/s6-fdholder.html | 12 ++++++------
doc/libs6/s6-ftrigrd.html | 8 ++++----
doc/libs6/s6lock.html | 8 ++++----
doc/libs6/s6lockd-helper.html | 6 +++---
doc/libs6/s6lockd.html | 6 +++---
9 files changed, 37 insertions(+), 37 deletions(-)
(limited to 'doc/libs6')
diff --git a/doc/libs6/accessrules.html b/doc/libs6/accessrules.html
index 4cdca6c..821575d 100644
--- a/doc/libs6/accessrules.html
+++ b/doc/libs6/accessrules.html
@@ -6,15 +6,15 @@
s6: the accessrules library interface
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The accessrules library interface
@@ -49,7 +49,7 @@ database format and any key format.
can have the following values: S6_ACCESSRULES_ERROR,
S6_ACCESSRULES_DENY, S6_ACCESSRULES_ALLOW or S6_ACCESSRULES_NOTFOUND.
A s6_accessrules_params_t is a structure containing two
-strallocs,
+strallocs,
.env and .exec, used to return data contained in the
database when a key has been allowed. The interpretation of this data is
application-defined.
@@ -221,7 +221,7 @@ matches everything.
s6_accessrules_keycheck_ip46 interprets key as a pointer to an
-ip46_t, and
+ip46_t, and
behaves either as s6_accessrules_keycheck_ip6 or s6_accessrules_keycheck_ip4,
depending on the type of address *key contains.
diff --git a/doc/libs6/ftrigr.html b/doc/libs6/ftrigr.html
index 889e389..3a32c7e 100644
--- a/doc/libs6/ftrigr.html
+++ b/doc/libs6/ftrigr.html
@@ -6,15 +6,15 @@
s6: the ftrigr library interface
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The ftrigr library interface
@@ -37,7 +37,7 @@ exact function prototypes.
know it has. This means paying some attention to the SIGCHLD handler,
if any, and to the way you perform waitpid()s. The best
practice is to use a
-self-pipe
+self-pipe
to handle SIGCHLD (as well as other signals the application needs to trap),
and to always use wait_nohang() to reap children,
simply ignoring pids you don't know.
@@ -67,7 +67,7 @@ parameter. Those are pointers to tain_t structures containing absolute times;
the former represents a deadline (in most cases, this time will be in the
future) and the latter must be an accurate enough timestamp. These
structures can be filled using the tain_ primitives declared in
-skalibs/tai.h.
+skalibs/tai.h.
("Accurate enough" means that no blocking system call must have
been made since the last time stamp was updated (by
tain_now(&stamp)). It's a good policy to always update
@@ -88,7 +88,7 @@ of the current time. This allows the programmer to call several such functions
in a sequence without modifying the deadline and stamp
parameters: then the whole sequence is bound in execution time.
This is a general safety mechanism implemented in
-libunixonacid:
+libunixonacid:
in interprocess communication, purely synchronous primitives are dangerous
because they make the calling process rely on proper behaviour of the called
process. Giving synchronous primitives the ability to timeout allows developers
diff --git a/doc/libs6/ftrigw.html b/doc/libs6/ftrigw.html
index 1089ed7..6e0e3b5 100644
--- a/doc/libs6/ftrigw.html
+++ b/doc/libs6/ftrigw.html
@@ -6,15 +6,15 @@
s6: the ftrigw library interface
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The ftrigw library interface
diff --git a/doc/libs6/index.html b/doc/libs6/index.html
index 348dfed..1d8f97b 100644
--- a/doc/libs6/index.html
+++ b/doc/libs6/index.html
@@ -6,14 +6,14 @@
s6: the s6 library interface
-
+
s6
-Software
-skarnet.org
+Software
+skarnet.org
The s6 library interface
diff --git a/doc/libs6/s6-fdholder.html b/doc/libs6/s6-fdholder.html
index f1a23ef..af6df38 100644
--- a/doc/libs6/s6-fdholder.html
+++ b/doc/libs6/s6-fdholder.html
@@ -6,15 +6,15 @@
s6: the s6-fdholder library interface
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The s6-fdholder library interface
@@ -78,7 +78,7 @@ initialized to S6_FDHOLDER_ZERO before use.
-tain_now_g()
+tain_now_g()
initializes a global variable that keeps track of the current time, for
use with later functions.
@@ -154,7 +154,7 @@ n = s6_fdholder_list_g(&a, &list, &deadline) ;
s6_fdholder_list gets the list of all identifiers currently
held by the server. It stores it into the
-stralloc
+stralloc
list, as a series of null-terminated strings, one after the other.
There are n such strings. The function returns n on
success, or -1 on failure, with an
@@ -175,7 +175,7 @@ descriptors from the server.
It returns 1 on success, and 0 on failure, with an
appropriate errno code.
The set is stored into the
-genalloc
+genalloc
dump, which is to be interpreted as a stralloc containing an array
of s6_fdholder_fd_t.
diff --git a/doc/libs6/s6-ftrigrd.html b/doc/libs6/s6-ftrigrd.html
index e86279a..baa3b66 100644
--- a/doc/libs6/s6-ftrigrd.html
+++ b/doc/libs6/s6-ftrigrd.html
@@ -6,15 +6,15 @@
s6: the s6-ftrigrd program
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The s6-ftrigrd program
@@ -60,7 +60,7 @@ the client.
The connection management between the client and s6-ftrigrd is entirely done
-by the skaclient
+by the skaclient
library.
diff --git a/doc/libs6/s6lock.html b/doc/libs6/s6lock.html
index 268b4c0..5eb580b 100644
--- a/doc/libs6/s6lock.html
+++ b/doc/libs6/s6lock.html
@@ -6,15 +6,15 @@
s6: the s6lock library interface
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The s6lock library interface
@@ -44,7 +44,7 @@ resources.
make sure your application is not disturbed by children it doesn't
know it has. Using nonblocking waits, ignoring pids you don't know, and
using a
-self-pipe
+self-pipe
if your application is built around an event loop, are good programming
practices.
diff --git a/doc/libs6/s6lockd-helper.html b/doc/libs6/s6lockd-helper.html
index 7a7d80a..1d4c558 100644
--- a/doc/libs6/s6lockd-helper.html
+++ b/doc/libs6/s6lockd-helper.html
@@ -6,14 +6,14 @@
s6: the s6lockd-helper internal program
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The s6lockd-helper program
diff --git a/doc/libs6/s6lockd.html b/doc/libs6/s6lockd.html
index a0d7314..4acfb2a 100644
--- a/doc/libs6/s6lockd.html
+++ b/doc/libs6/s6lockd.html
@@ -6,14 +6,14 @@
s6: the s6lockd internal program
-
+
libs6
s6
-Software
-skarnet.org
+Software
+skarnet.org
The s6lockd program
--
cgit v1.2.3