skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 8052d3396ddcbbbfabd0a06ea66c36cec8439ea4
parent 37e1952944c6f42cb633d851d35d577cd8630b38
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 27 Apr 2019 15:29:59 +0000

 Doc typo fix

Diffstat:
Mdoc/upgrade.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/upgrade.html b/doc/upgrade.html @@ -29,7 +29,7 @@ the struct's <tt>tm_sec</tt> field.</li> <ul> <li> The avltreeb macros have been removed. Instead, the -<tt>AVLTREEN_DECLARE_AND_INIT() macro has been added. </li> +<tt>AVLTREEN_DECLARE_AND_INIT()</tt> macro has been added. </li> <li> The <tt>mkdir_unique()</tt> function has been removed. (It duplicated the functionality of the standard <tt>mkdtemp()</tt> function.) </li>