summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorcheloha <cheloha@openbsd.org>2020-08-13 01:00:03 +0000
committercheloha <cheloha@openbsd.org>2020-08-13 01:00:03 +0000
commit97119481feffcd63b5ab5a97ab57f5c9540ce2f0 (patch)
tree50c4ffbf904faf38c4faaf9d2d057b644735b832 /lib/libc
parentstyle(9). (diff)
downloadwireguard-openbsd-97119481feffcd63b5ab5a97ab57f5c9540ce2f0.tar.xz
wireguard-openbsd-97119481feffcd63b5ab5a97ab57f5c9540ce2f0.zip
select.2: Xr directly to timersub(3) now that it has a dedicated manpage
Reported by Fabian Raetz <fabian.raetz@gmail.com>.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/select.28
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 5f55f3d6a83..b83e810165c 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.42 2016/09/17 01:01:42 guenther Exp $
+.\" $OpenBSD: select.2,v 1.43 2020/08/13 01:00:03 cheloha Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)select.2 8.2 (Berkeley) 3/25/94
.\"
-.Dd $Mdocdate: September 17 2016 $
+.Dd $Mdocdate: August 13 2020 $
.Dt SELECT 2
.Os
.Sh NAME
@@ -290,9 +290,7 @@ Calculating the delta is easily done by calling
before and after the call to
.Fn select ,
and using
-.Fn timersub
-(as described in
-.Xr getitimer 2 ) .
+.Xr timersub 3 .
.Pp
Internally to the kernel,
.Fn select