From 5b4169f484ad2aac76c816503142067363b2c332 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 30 Mar 2020 17:48:53 +0000 Subject: skalibs: fix html errors Signed-off-by: Colin Booth --- doc/libstddjb/allreadwrite.html | 4 ++-- doc/libstddjb/selfpipe.html | 8 ++++---- doc/libstddjb/tai.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/libstddjb') diff --git a/doc/libstddjb/allreadwrite.html b/doc/libstddjb/allreadwrite.html index 3e6c9c9..0dd5ea0 100644 --- a/doc/libstddjb/allreadwrite.html +++ b/doc/libstddjb/allreadwrite.html @@ -124,7 +124,7 @@ function.

size_t allread (int fd, char *s, size_t len)
-Equivalent to allreadwrite(&fd_read, fd, s, len) : attempts +Equivalent to allreadwrite(&fd_read, fd, s, len) : attempts to read len bytes from fd into s, looping around fd_read() if necessary, until either len bytes are read or an error occurs. EOF is reported as EPIPE. @@ -132,7 +132,7 @@ an error occurs. EOF is reported as EPIPE.

size_t allwrite (int fd, char const *s, size_t len)
-Equivalent to allreadwrite((iofunc_t *)&fd_write, fd, s, len) : +Equivalent to allreadwrite((iofunc_t *)&fd_write, fd, s, len) : attempts to write len bytes from s to fd, looping around fd_write() if necessary, until either len bytes are written or an error occurs. diff --git a/doc/libstddjb/selfpipe.html b/doc/libstddjb/selfpipe.html index e056e57..4edbaf9 100644 --- a/doc/libstddjb/selfpipe.html +++ b/doc/libstddjb/selfpipe.html @@ -160,10 +160,10 @@ and -1 if it failed.

 int r ;
 sigset_t set ;
-sigemptyset(&set) ;
-sigaddset(&set, SIGTERM) ;
-sigaddset(&set, SIGHUP) ;
-r = selfpipe_trapset(&set) ;
+sigemptyset(&set) ;
+sigaddset(&set, SIGTERM) ;
+sigaddset(&set, SIGHUP) ;
+r = selfpipe_trapset(&set) ;
 

diff --git a/doc/libstddjb/tai.html b/doc/libstddjb/tai.html index 6ffcff8..efd4346 100644 --- a/doc/libstddjb/tai.html +++ b/doc/libstddjb/tai.html @@ -350,7 +350,7 @@ codes. int tai_from_time_sysclock (tai_t *a, time_t t)
int time_sysclock_from_tai (time_t *t, tai_t const *a)
int tain_from_timeval_sysclock (tain_t *a, struct timeval const *tv)
-int timeval_sysclock_from_tain (struct timeval *tv, tain_t const *a)
int tain_from_timespec_sysclock (tain_t *a, struct timespec const *ts)
int timespec_sysclock_from_tain (struct timespec *ts, tain_t const *a)
-- cgit v1.2.3