summaryrefslogtreecommitdiff
path: root/share/man/man9/time.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-04-04 13:19:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-04-04 13:19:37 +0000
commit9addebbd61d01db6405ead43dec90fda99ecf9fe (patch)
tree2187aa3c569734ae70ab6074388707867784ab13 /share/man/man9/time.9
parent9ef612a0b056e6ec51cd32d771ba33546e946696 (diff)
.br workaround no longer necessary;
Diffstat (limited to 'share/man/man9/time.9')
-rw-r--r--share/man/man9/time.913
1 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9
index d54f14ce863..90450f63a48 100644
--- a/share/man/man9/time.9
+++ b/share/man/man9/time.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: time.9,v 1.9 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: time.9,v 1.10 2004/04/04 13:19:36 jmc Exp $
.\" $NetBSD: time.9,v 1.1 1995/11/25 21:24:53 perry Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
@@ -40,13 +40,10 @@
.Nm time
.Nd system time variables
.Sh SYNOPSIS
-.Va extern struct timeval boottime;
-.br
-.Va extern volatile struct timeval mono_time;
-.br
-.Va extern struct timeval runtime;
-.br
-.Va extern volatile struct timeval time;
+.Vt extern struct timeval boottime;
+.Vt extern volatile struct timeval mono_time;
+.Vt extern struct timeval runtime;
+.Vt extern volatile struct timeval time;
.Sh DESCRIPTION
The
.Va time