From cb027dec1b618b0cf32e8fa4dcff2e3883a30838 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 14 Sep 2009 10:08:38 +0200 Subject: [PATCH] Minor documentation fixes. --- fd.c | 2 +- signal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.39.5