diff options
author | 2016-03-20 09:07:29 +0000 | |
---|---|---|
committer | 2016-03-20 09:07:29 +0000 | |
commit | 73b3afc792dba60b50bae6aa884338826d99f5d7 (patch) | |
tree | f9568e1c60faab49955cd103e31a8b190ec592e1 /lib/libc/sys | |
parent | Update ticks in hardclock(). (diff) | |
download | wireguard-openbsd-73b3afc792dba60b50bae6aa884338826d99f5d7.tar.xz wireguard-openbsd-73b3afc792dba60b50bae6aa884338826d99f5d7.zip |
__thrsleep.2 is contained in section 2
ok jmc
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/__thrsleep.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/__thrsleep.2 b/lib/libc/sys/__thrsleep.2 index 107e24c9d5f..6765ac2f31e 100644 --- a/lib/libc/sys/__thrsleep.2 +++ b/lib/libc/sys/__thrsleep.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsleep.2,v 1.4 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: __thrsleep.2,v 1.5 2016/03/20 09:07:29 natano Exp $ .\" .\" Copyright (c) 2012 Philip Guenther <guenther@openbsd.org> .\" @@ -14,8 +14,8 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ -.Dt __THRSLEEP 3 +.Dd $Mdocdate: March 20 2016 $ +.Dt __THRSLEEP 2 .Os .Sh NAME .Nm __thrsleep , |