summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-06-24 21:20:12 +0000
committerschwarze <schwarze@openbsd.org>2019-06-24 21:20:12 +0000
commit63bed618508e3fb99791c6a7f056726a0c37f899 (patch)
treec544c1b219f5a210fa3ceb8f7e9eaa20772a649a /lib/libc/sys
parentThe PyPI module for portgen is very useful now, so we should mention it (diff)
downloadwireguard-openbsd-63bed618508e3fb99791c6a7f056726a0c37f899.tar.xz
wireguard-openbsd-63bed618508e3fb99791c6a7f056726a0c37f899.zip
add missing RETURN VALUES section;
also checked that POSIX requires exactly this behaviour
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getitimer.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index a3ec7601782..1e1d25ddc28 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getitimer.2,v 1.32 2019/02/07 02:56:13 cheloha Exp $
+.\" $OpenBSD: getitimer.2,v 1.33 2019/06/24 21:20:12 schwarze Exp $
.\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)getitimer.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: February 7 2019 $
+.Dd $Mdocdate: June 24 2019 $
.Dt GETITIMER 2
.Os
.Sh NAME
@@ -126,6 +126,8 @@ signal is delivered.
Because this signal may interrupt in-progress
system calls, programs using this timer must be prepared to
restart interrupted system calls.
+.Sh RETURN VALUES
+.Rv -std
.Sh ERRORS
.Fn getitimer
and