Thank you, Rasmus. Applied. Cheers, Michael On 05/21/2014 04:57 PM, Rasmus Villemoes wrote: > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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