diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-10-24 13:03:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-10-24 13:03:46 +0000 |
| commit | 74ed384d0d0d0991ebe844c084082cec0ff57de2 (patch) | |
| tree | 9655f0224c4f880f3b1f5455b5d16c0801794fec /lib/libc | |
| parent | 218c7678a6454b8d0403f0990aa100444a9de414 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index aa1682b0ed47..cedc7a0cbd53 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -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. |
