Restored sigaction's name in its prototype.

This commit is contained in:
Bruce Evans 2002-10-24 13:03:46 +00:00
parent 218c7678a6
commit 74ed384d0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105870

View File

@ -56,7 +56,7 @@ struct sigaction {
#define sa_sigaction __sigaction_u.__sa_sigaction #define sa_sigaction __sigaction_u.__sa_sigaction
.Ed .Ed
.Ft int .Ft int
.Fn "int sig" "const struct sigaction * restrict act" \ .Fn sigaction "int sig" "const struct sigaction * restrict act" \
"struct sigaction * restrict oact" "struct sigaction * restrict oact"
.Sh DESCRIPTION .Sh DESCRIPTION
The system defines a set of signals that may be delivered to a process. The system defines a set of signals that may be delivered to a process.