diff options
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index adf7beda0d98..62b329886eeb 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -484,7 +484,7 @@ the .Dv sa_handler member of .Dv struct sigaction . -In pratice, +In practice, .Fx always sends the three arguments of the latter and since the ANSI C prototype is a subset, both will work. @@ -517,7 +517,7 @@ handler and the .Dv si_code member of the .Dv info -argument to a SA_SIGINFO handler contain a numeric code explaning the +argument to a SA_SIGINFO handler contain a numeric code explaining the cause of the signal, usually one of the .Dv SI_... values from |