The vec argument to sigvec is const. Signed-off-by: Rasmus Villemoes <rv@xxxxxxxxxxxxxxxxxx> --- man3/sigvec.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 8cc380f..4afa361 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -29,7 +29,7 @@ sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API .SH SYNOPSIS .B #include <signal.h> .sp -.BI "int sigvec(int " sig ", struct sigvec *" vec ", struct sigvec *" ovec ); +.BI "int sigvec(int " sig ", const struct sigvec *" vec ", struct sigvec *" ovec ); .sp .BI "int sigmask(int " signum ); .sp -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html