diff options
author | 2015-01-29 01:46:30 +0000 | |
---|---|---|
committer | 2015-01-29 01:46:30 +0000 | |
commit | ee10762e100ef47e82bb9da2ebe88f56c8db1013 (patch) | |
tree | 02ab3c65edd5034ed995d7f9609ea712653c2643 /lib/libc/compat-43 | |
parent | Radical cleanup of COMPATIBILITY sections: (diff) | |
download | wireguard-openbsd-ee10762e100ef47e82bb9da2ebe88f56c8db1013.tar.xz wireguard-openbsd-ee10762e100ef47e82bb9da2ebe88f56c8db1013.zip |
Use .Rv where appropriate, and move it to RETURN VALUES;
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/killpg.3 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/compat-43/killpg.3 b/lib/libc/compat-43/killpg.3 index 94fda92ebcc..a9c13ccf1e3 100644 --- a/lib/libc/compat-43/killpg.3 +++ b/lib/libc/compat-43/killpg.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: killpg.3,v 1.12 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: killpg.3,v 1.13 2015/01/29 01:46:30 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 29 2015 $ .Dt KILLPG 3 .Os .Sh NAME @@ -58,10 +58,7 @@ the sender must be the superuser. As a single special case the continue signal SIGCONT may be sent to any process with the same session ID as the caller. .Sh RETURN VALUES -Upon successful completion, a value of 0 is returned. -Otherwise, a value of \-1 is returned and the global variable -.Va errno -is set to indicate the error. +.Rv -std .Sh ERRORS .Fn killpg will fail and no signal will be sent if: |