From 428a45470ceb231d6d94d7bd44f0a5f63f7fcef1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 5 Apr 2016 11:11:55 -0400 Subject: [PATCH] tapset docs: ctime overloading Vincent Bernat reported problems building with --enable-htmldocs due to the newly overloaded ctime() function docs. Tweak the /** */ docs for the second overload, so as to suffer errors in neither html nor pdf build phases. --- tapset/linux/ctime.stp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tapset/linux/ctime.stp b/tapset/linux/ctime.stp index fe9786d60..4fcc9eec0 100644 --- a/tapset/linux/ctime.stp +++ b/tapset/linux/ctime.stp @@ -184,8 +184,7 @@ function ctime:string(epochsecs:long) /** * sfunction ctime - Convert seconds since epoch into human readable date/time string * - * - * Description: Without an argument, does the same as ctime(gettimeofday_s()). + * Without an argument, does the same as ctime(gettimeofday_s()). * */ function ctime:string() -- 2.43.5