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/index.html | 1 - doc/libbiguint/index.html | 1 - doc/libstddjb/allreadwrite.html | 4 ++-- doc/libstddjb/selfpipe.html | 8 ++++---- doc/libstddjb/tai.html | 2 +- doc/upgrade.html | 2 +- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/index.html b/doc/index.html index ff780b5..88a883e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -132,7 +132,6 @@ includes libraries for Scheme programming diff --git a/doc/libbiguint/index.html b/doc/libbiguint/index.html index a7796a0..101b7b7 100644 --- a/doc/libbiguint/index.html +++ b/doc/libbiguint/index.html @@ -313,7 +313,6 @@ unsigned int bn ;

-

bu_gcd() computes the greatest common divisor between a and b, and stores it into r. It returns 1 if all went well.

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)
diff --git a/doc/upgrade.html b/doc/upgrade.html index ef86938..6c97a5d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -37,7 +37,7 @@ more closely. In particular, it's now possible to declare an out-of-path compiler in CC.

  • tain_* functions dealing with wall clocks and stopwatches -have been refactored. The --enable-clock and --enable-monotonic +have been refactored. The --enable-clock and --enable-monotonic configure switches have been removed. tain_now() can now be told at run time to use a wall clock (default, or via tain_now_set_wallclock()) or a stopwatch (via tain_now_set_stopwatch()), instead of it being fixed at -- cgit v1.2.3