comparison 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
comparison
equal deleted inserted replaced
995:0d71bfa6c97a 996:2a6d753f79f6
176 .Pp 176 .Pp
177 .\" Irccd.File.prototype.readline 177 .\" Irccd.File.prototype.readline
178 The 178 The
179 .Fn Irccd.File.prototype.readline 179 .Fn Irccd.File.prototype.readline
180 method reads the next line available and returns it. If EOF was reached, 180 method reads the next line available and returns it. If EOF was reached,
181 returns undefined. Warning: this method is slow and its usage is discouraged on 181 returns undefined.
182 large files. Consider using
183 .Fn Irccd.File.prototype.lines
184 function if you want to read a file line per line.
185 .Pp 182 .Pp
186 .\" Irccd.File.prototype.remove 183 .\" Irccd.File.prototype.remove
187 The 184 The
188 .Fn Irccd.File.prototype.remove 185 .Fn Irccd.File.prototype.remove
189 method is the synonym of 186 method is the synonym of