diff man/irccd-api-file.3 @ 996:2a6d753f79f6

man: add back
author David Demelier <markand@malikania.fr>
date Thu, 11 Feb 2021 22:13:01 +0100
parents 0e11221c9bcc
children cf99df45cb84
line wrap: on
line diff
--- a/man/irccd-api-file.3	Thu Feb 11 17:39:22 2021 +0100
+++ b/man/irccd-api-file.3	Thu Feb 11 22:13:01 2021 +0100
@@ -178,10 +178,7 @@
 The
 .Fn Irccd.File.prototype.readline
 method reads the next line available and returns it. If EOF was reached,
-returns undefined. Warning: this method is slow and its usage is discouraged on
-large files. Consider using
-.Fn Irccd.File.prototype.lines
-function if you want to read a file line per line.
+returns undefined.
 .Pp
 .\" Irccd.File.prototype.remove
 The