changeset 897:e205d19a6d26 release-3.0

irccd: fix invalid documentation for Irccd.System.usleep, closes #2262 Errata: 20190609 Task: #2262
author David Demelier <markand@malikania.fr>
date Sun, 22 Sep 2019 20:57:54 +0200
parents c9ebfa14abda
children da58b5e42d9a
files CHANGES.md man/irccd-api.7
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.md	Wed Sep 04 21:05:00 2019 +0200
+++ b/CHANGES.md	Sun Sep 22 20:57:54 2019 +0200
@@ -1,12 +1,13 @@
 IRC Client Daemon CHANGES
 =========================
 
-irccd 3.0.2 ????-??-??
+irccd 3.0.2 2019-09-22
 ----------------------
 
 - Added *IRCCD_WITH_JS* CMake variable in irccd package (#2340),
 - Fixed trailing CTCP escape code (#2339),
-- Fixed invalid parameters in topic event (#2341).
+- Fixed invalid parameters in topic event (#2341),
+- Fixed invalid documentation of Irccd.System.usleep function (#2262).
 
 irccd 3.0.1 2019-09-01
 ----------------------
--- a/man/irccd-api.7	Wed Sep 04 21:05:00 2019 +0200
+++ b/man/irccd-api.7	Sun Sep 22 20:57:54 2019 +0200
@@ -2038,7 +2038,7 @@
 .Pp
 Irccd.System.usleep
 .Bd -ragged -offset indent
-Sleep for milliseconds. Suspend the execution thread.
+Sleep for microseconds. Suspend the execution thread.
 .Pp
 Synopsis
 .Bd -literal -offset Ds