* Added a note about mmap() not being available.

This commit is contained in:
Sam Hocevar
2007-01-06 14:03:07 +00:00
committed by sam
parent 9a7c211b57
commit e381e7bb86

View File

@@ -249,7 +249,7 @@ descriptor operations is undefined.
In order to intercept file and network operations and signal handlers,
\fBzzuf\fR diverts and reimplements the following functions:
.TP
Unix low-level file and socket handling:
Unix file descriptor handling:
\fBopen\fR(), \fBlseek\fR(), \fBread\fR(), \fBaccept\fR(), \fBsocket\fR(),
\fBclose\fR()
.TP
@@ -273,7 +273,8 @@ 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.
complexity. Another one is \fBmmap\fR(). Missing functions will be implemented
based upon user request.
.SH HISTORY
.PP
\fBZzuf\fR started its life in 2002 as the \fBstreamfucker\fR tool, a small