diff options
author | bde <bde@FreeBSD.org> | 1997-03-19 00:32:42 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-19 00:32:42 +0000 |
commit | 3d671533150c40efd34c69490e5cfb7e36788a9e (patch) | |
tree | 0a99c5798d936b773ca4c7e324af871d1c60cd0c /lib/libc/sys/sigaction.2 | |
parent | 77fbf631665fba943aaf9294c01df4f1bc82a176 (diff) | |
download | FreeBSD-src-3d671533150c40efd34c69490e5cfb7e36788a9e.zip FreeBSD-src-3d671533150c40efd34c69490e5cfb7e36788a9e.tar.gz |
Fixed missing function types in synopsis.
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 3fd68ca..eb15a11 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -46,6 +46,7 @@ struct sigaction { int sa_flags; /* see signal options below */ }; .Ed +.Ft int .Fn sigaction "int sig" "const struct sigaction *act" "struct sigaction *oact" .Sh DESCRIPTION The system defines a set of signals that may be delivered to a process. |