summaryrefslogtreecommitdiff
path: root/share/man/man9/tsleep.9
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2013-06-04 19:27:19 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2013-06-04 19:27:19 +0000
commita10b24aa4fc9786963eebe98947c4d5be3912dff (patch)
tree141a4388ab1a891681f396ae02d8c5953afadbc9 /share/man/man9/tsleep.9
parent5d42846e8100568f001be65bfe88d75a09b5cd11 (diff)
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
Diffstat (limited to 'share/man/man9/tsleep.9')
-rw-r--r--share/man/man9/tsleep.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/tsleep.9 b/share/man/man9/tsleep.9
index a39e8a0c7a3..b0df6e65c00 100644
--- a/share/man/man9/tsleep.9
+++ b/share/man/man9/tsleep.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsleep.9,v 1.6 2010/04/08 00:16:28 tedu Exp $
+.\" $OpenBSD: tsleep.9,v 1.7 2013/06/04 19:27:14 schwarze Exp $
.\" $NetBSD: sleep.9,v 1.11 1999/03/24 06:15:12 mycroft Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 8 2010 $
+.Dd $Mdocdate: June 4 2013 $
.Dt TSLEEP 9
.Os
.Sh NAME
@@ -37,8 +37,8 @@
.Nm wakeup
.Nd process context sleep and wakeup
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/systm.h>
+.In sys/param.h
+.In sys/systm.h
.Ft int
.Fn "tsleep" "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft int