diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-12 18:27:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-12 18:27:32 +0000 |
commit | e89e90924910dee201baf546219038ee4b8a0e28 (patch) | |
tree | c6f9ac82552b1e658ed68abecf5fc9264b708f57 /share/man/man9 | |
parent | a777395501e920cc5ee90aa30632a3418e8545c7 (diff) |
tweak previous;
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/sigio_init.9 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/sigio_init.9 b/share/man/man9/sigio_init.9 index ad222c5f39a..aa50da76136 100644 --- a/share/man/man9/sigio_init.9 +++ b/share/man/man9/sigio_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigio_init.9,v 1.2 2018/11/12 16:15:06 visa Exp $ +.\" $OpenBSD: sigio_init.9,v 1.3 2018/11/12 18:27:31 jmc Exp $ .\" .\" Copyright (c) 2018 Visa Hankala .\" @@ -37,8 +37,8 @@ .Ft pid_t .Fn "sigio_getown" "struct sigio_ref *sir" .Sh DESCRIPTION -The asynchronous IO signal API provides means to manage signal registrations. -It allows associating a process or process group with a signal source. +The asynchronous IO signal API provides a means to manage signal registrations. +It associates a process or process group with a signal source. The association is revoked automatically when the process or process group is deleted. .Pp @@ -90,7 +90,6 @@ and .Fn sigio_getown can be called during autoconf, or from process context. .Sh RETURN VALUES -The .Fn sigio_setown returns 0 on success. Otherwise, the following error values are returned: |