]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix documentation of pass_buffer_as_shm().
authorAndre Noll <maan@systemlinux.org>
Mon, 18 Jun 2012 06:15:18 +0000 (08:15 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 18 Jun 2012 06:15:18 +0000 (08:15 +0200)
Commit d5a9e8 renamed the argument "fd_ptr" to "fd" but missed
to rename this variable also in the long description.

afs.c

diff --git a/afs.c b/afs.c
index 23f2a93bc8610be978a98e61af6fd43ae6d1785f..a1381e738a40cf644abeb16cf8356e7c578839a6 100644 (file)
--- 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.