* Another note in the manpage.

This commit is contained in:
Sam Hocevar
2007-01-06 00:26:39 +00:00
committed by sam
parent 85b6d87a3d
commit e62fd4c5e8
+5
View File
@@ -267,6 +267,11 @@ BSD specific:
Signal handling:
\fBsignal\fR(), \fBsigaction\fR()
.PP
If an application manipulates file descriptors (reading data, seeking around)
using functions that are not in that list, \fBzzuf\fR will not fuzz its
input consistently and the results should not be trusted. You can use a tool
such as \fBltrace(1)\fR on Linux to know the missing functions.
.PP
One important unimplemented function is \fBfscanf\fR(), mostly because of its
complexity. Missing functions will be implemented based upon user request.
.SH HISTORY