]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Minor documentation fixes.
authorAndre Noll <maan@systemlinux.org>
Mon, 14 Sep 2009 08:08:38 +0000 (10:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 14 Sep 2009 08:08:38 +0000 (10:08 +0200)
fd.c
signal.c

diff --git a/fd.c b/fd.c
index 8759d5099200c4f6c1b6c31e84b66da3372b5540..31eb638826f93206e7d36814b7d4cd8b8988a898 100644 (file)
--- 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().
  */
index da395157c29ae8aff0459a2731e10ae7a13e90e6..5d3e2c9d915c5bbc2c92b5197dcee5c4e06b1ba5 100644 (file)
--- 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.
  *