summaryrefslogtreecommitdiffstats
path: root/share/man/man9/time.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/time.9')
-rw-r--r--share/man/man9/time.917
1 files changed, 10 insertions, 7 deletions
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9
index ec78719..6f00ca9 100644
--- a/share/man/man9/time.9
+++ b/share/man/man9/time.9
@@ -41,13 +41,16 @@
.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 struct timeval time;
+.Bl -item -compact
+.It
+.Va extern struct timeval boottime ;
+.It
+.Va extern volatile struct timeval mono_time ;
+.It
+.Va extern struct timeval runtime ;
+.It
+.Va extern struct timeval time ;
+.El
.Sh DESCRIPTION
The
.Va time
OpenPOWER on IntegriCloud