summaryrefslogtreecommitdiff
path: root/libc/manual/signal.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/signal.texi')
-rw-r--r--libc/manual/signal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/signal.texi b/libc/manual/signal.texi
index 7bd7a63b0..2fa525426 100644
--- a/libc/manual/signal.texi
+++ b/libc/manual/signal.texi
@@ -3300,7 +3300,7 @@ structure, it means to reset the action for the signal back to
@comment signal.h
@comment BSD
-@deftypefun int sigvec (int @var{signum}, const struct sigvec *@var{action},struct sigvec *@var{old-action})
+@deftypefun int sigvec (int @var{signum}, const struct sigvec *@var{action}, struct sigvec *@var{old-action})
This function is the equivalent of @code{sigaction} (@pxref{Advanced Signal
Handling}); it installs the action @var{action} for the signal @var{signum},
returning information about the previous action in effect for that signal