diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index a056c53efb4d..fb94c93df9b2 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigaction.2,v 1.44 2012/10/14 08:49:28 dholland Exp $ +.\" $NetBSD: sigaction.2,v 1.45 2014/01/04 15:54:27 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -318,14 +318,12 @@ points to memory that is not a valid part of the process address space. .It Bq Er EINVAL .Fa sig -is not a valid signal number. -.It Bq Er EINVAL -An attempt is made to ignore or supply a handler for +is not a valid signal number; +or an attempt is made to ignore or supply a handler for .Dv SIGKILL or -.Dv SIGSTOP . -.It Bq Er EINVAL -The +.Dv SIGSTOP ; +or the .Em sa_flags word contains bits other than .Dv SA_NOCLDSTOP ,