From: Andre Noll Date: Mon, 18 Jun 2012 06:15:18 +0000 (+0200) Subject: Fix documentation of pass_buffer_as_shm(). X-Git-Tag: v0.4.11~14^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fd864cc2fb78f1fac3af849743909aa23b2cb633 Fix documentation of pass_buffer_as_shm(). Commit d5a9e8 renamed the argument "fd_ptr" to "fd" but missed to rename this variable also in the long description. --- diff --git a/afs.c b/afs.c index 23f2a93b..a1381e73 100644 --- a/afs.c +++ b/afs.c @@ -798,7 +798,7 @@ static void command_pre_select(struct sched *s, struct task *t) * * This function creates a shared memory area large enough to hold * the content given by \a buf and \a size and sends the identifier - * of this area to the file descriptor given by \a fd_ptr. + * of this area to the file descriptor \a fd. * * It is called by the AFS max_size handler as well as directly by the AFS * command callbacks to send command output to the command handlers.