xref signal(7)

This commit is contained in:
jdolecek 1999-10-06 17:14:02 +00:00
parent 79fc686d91
commit edf12166ba
6 changed files with 18 additions and 12 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kill.2,v 1.11 1999/03/22 19:45:05 garbled Exp $ .\" $NetBSD: kill.2,v 1.12 1999/10/06 17:14:02 jdolecek Exp $
.\" .\"
.\" Copyright (c) 1980, 1991, 1993 .\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -124,7 +124,8 @@ of the group could not be signaled.
.Xr getpgrp 2 , .Xr getpgrp 2 ,
.Xr getpid 2 , .Xr getpid 2 ,
.Xr sigaction 2 , .Xr sigaction 2 ,
.Xr killpg 3 .Xr killpg 3 ,
.Xr signal 7
.Sh STANDARDS .Sh STANDARDS
The The
.Fn kill .Fn kill

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigaltstack.2,v 1.10 1999/05/12 18:42:43 sommerfe Exp $ .\" $NetBSD: sigaltstack.2,v 1.11 1999/10/06 17:14:02 jdolecek Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1992, 1993 .\" Copyright (c) 1983, 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -158,7 +158,8 @@ Size of alternative stack area is less than or equal to
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr sigaction 2 , .Xr sigaction 2 ,
.Xr setjmp 3 .Xr setjmp 3 ,
.Xr signal 7
.Sh STANDARDS .Sh STANDARDS
The The
.Fn sigaltstack .Fn sigaltstack

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigpending.2,v 1.4 1997/07/14 23:20:18 kleink Exp $ .\" $NetBSD: sigpending.2,v 1.5 1999/10/06 17:14:02 jdolecek Exp $
.\" .\"
.\" Copyright (c) 1993 .\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -66,7 +66,8 @@ The
function does not currently detect any errors. function does not currently detect any errors.
.Sh SEE ALSO .Sh SEE ALSO
.Xr sigaction 2 , .Xr sigaction 2 ,
.Xr sigprocmask 2 .Xr sigprocmask 2 ,
.Xr signal 7
.Sh STANDARDS .Sh STANDARDS
The The
.Nm sigpending .Nm sigpending

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigprocmask.2,v 1.8 1997/07/14 23:20:19 kleink Exp $ .\" $NetBSD: sigprocmask.2,v 1.9 1999/10/06 17:14:02 jdolecek Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -112,8 +112,9 @@ has a value other than those listed here.
.Sh SEE ALSO .Sh SEE ALSO
.Xr kill 2 , .Xr kill 2 ,
.Xr sigaction 2 , .Xr sigaction 2 ,
.Xr sigsuspend 2 ,
.Xr sigsetops 3 , .Xr sigsetops 3 ,
.Xr sigsuspend 2 .Xr signal 7
.Sh STANDARDS .Sh STANDARDS
The The
.Fn sigprocmask .Fn sigprocmask

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigstack.2,v 1.6 1999/03/22 19:45:09 garbled Exp $ .\" $NetBSD: sigstack.2,v 1.7 1999/10/06 17:14:02 jdolecek Exp $
.\" .\"
.\" Copyright (c) 1983, 1992, 1993 .\" Copyright (c) 1983, 1992, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -45,7 +45,8 @@ The
function has been deprecated in favor of the interface described in function has been deprecated in favor of the interface described in
.Xr sigaltstack 2 . .Xr sigaltstack 2 .
.Sh SEE ALSO .Sh SEE ALSO
.Xr sigaltstack 2 .Xr sigaltstack 2 ,
.Xr signal 7
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigsuspend.2,v 1.8 1998/08/29 08:32:42 lukem Exp $ .\" $NetBSD: sigsuspend.2,v 1.9 1999/10/06 17:14:02 jdolecek Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -73,7 +73,8 @@ set to
.Sh SEE ALSO .Sh SEE ALSO
.Xr sigprocmask 2 , .Xr sigprocmask 2 ,
.Xr sigaction 2 , .Xr sigaction 2 ,
.Xr sigsetops 3 .Xr sigsetops 3 ,
.Xr signal 7
.Sh STANDARDS .Sh STANDARDS
The The
.Nm sigsuspend .Nm sigsuspend