diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2020-08-13 01:00:04 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2020-08-13 01:00:04 +0000 |
commit | d273691c457e6f804f23fbeaa927dd40bb496632 (patch) | |
tree | 0ad78ff189b411bba5538a3602f1d666087654f5 /lib/libc/sys | |
parent | a0950e99bccbdf584b62a2227d4e94e59d80b273 (diff) |
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/sys')
-rw-r--r-- | lib/libc/sys/select.2 | 8 |
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 |