From e381e7bb8674a0b6250652fc65997be112a19304 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 6 Jan 2007 14:03:07 +0000 Subject: [PATCH] * Added a note about mmap() not being available. --- doc/zzuf.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/zzuf.1 b/doc/zzuf.1 index 5b066ef..c824806 100644 --- a/doc/zzuf.1 +++ b/doc/zzuf.1 @@ -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