Restored sigaction's name in its prototype.

This commit is contained in:
bde 2002-10-24 13:03:46 +00:00
parent 8104fab395
commit 23a4371e51

View File

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