diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:48:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 18:20:42 +0000 |
commit | 5b4169f484ad2aac76c816503142067363b2c332 (patch) | |
tree | 295faf13a148eefaa20e0eda7b9c1f61381ebc25 /doc/upgrade.html | |
parent | ab3af99b8537d7b106c7857ae29c9494926cef03 (diff) | |
download | skalibs-5b4169f484ad2aac76c816503142067363b2c332.tar.xz |
skalibs: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>CC</tt>. </li> <li> <tt>tain_*</tt> functions dealing with wall clocks and stopwatches -have been refactored. The <tt>--enable-clock</tt> and </tt>--enable-monotonic</tt> +have been refactored. The <tt>--enable-clock</tt> and <tt>--enable-monotonic</tt> configure switches have been removed. <tt>tain_now()</tt> can now be told at run time to use a wall clock (default, or via <tt>tain_now_set_wallclock()</tt>) or a stopwatch (via <tt>tain_now_set_stopwatch()</tt>), instead of it being fixed at |