diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-10-04 11:31:00 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-10-04 11:31:00 +0000 |
| commit | 45408a8564c9bad3115eddebd674e9686276843a (patch) | |
| tree | 3ba87d4813358cbbfa70b9b9506e2bd4d275c79f /lib | |
| parent | 8a349ed8fe54a2a43611e4f073fda34ce5b700ca (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/sigprocmask.2 | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index e23535a937b6b..58723b815a3ee 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -57,10 +57,8 @@ struct sigaction { #define sa_sigaction __sigaction_u.__sa_sigaction .Ed .Ft int -.Fo sigaction -.Fa "int sig" "const struct sigaction * restrict act" -.Fa "struct sigaction * restrict oact" -.Fc +.Fn "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. Signal delivery resembles the occurrence of a hardware interrupt: diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 6cb7e4955f36d..7f271be7d95b2 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -43,9 +43,8 @@ .Sh SYNOPSIS .In signal.h .Ft int -.Fo sigprocmask -.Fa "int how" "const sigset_t * restrict set" "sigset_t * restrict oset" -.Fc +.Fn sigprocmask "int how" "const sigset_t * restrict set" \ + "sigset_t * restrict oset" .Sh DESCRIPTION The .Fn sigprocmask |
