projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f4717
)
Minor documentation fixes.
author
Andre Noll
<maan@systemlinux.org>
Mon, 14 Sep 2009 08:08:38 +0000
(10:08 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 14 Sep 2009 08:08:38 +0000
(10:08 +0200)
fd.c
patch
|
blob
|
history
signal.c
patch
|
blob
|
history
diff --git
a/fd.c
b/fd.c
index
8759d50
..
31eb638
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().
*/
diff --git
a/signal.c
b/signal.c
index
da39515
..
5d3e2c9
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.
*