From: Andre Noll Date: Mon, 14 Sep 2009 08:08:38 +0000 (+0200) Subject: Minor documentation fixes. X-Git-Tag: v0.3.5~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=cb027dec1b618b0cf32e8fa4dcff2e3883a30838 Minor documentation fixes. --- diff --git a/fd.c b/fd.c index 8759d509..31eb6388 100644 --- a/fd.c +++ b/fd.c @@ -420,7 +420,7 @@ out: * \param start The start address of the memory mapping. * \param length The size of the mapping. * - * \return Positive on success, \p -E_MUNMAP on errors. + * \return Standard. * * \sa munmap(2), mmap_full_file(). */ diff --git a/signal.c b/signal.c index da395157..5d3e2c9d 100644 --- a/signal.c +++ b/signal.c @@ -149,7 +149,7 @@ void para_install_sighandler(int sig) } /** - * Return the number of next pending signal. + * Return the number of the next pending signal. * * This should be called if the fd for the signal pipe is ready for reading. *