diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/strip.4 | 8 | ||||
-rw-r--r-- | share/man/man9/hz.9 | 16 | ||||
-rw-r--r-- | share/man/man9/random.9 | 3 | ||||
-rw-r--r-- | share/man/man9/time.9 | 13 |
4 files changed, 14 insertions, 26 deletions
diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4 index d51caad4118..e1ea697bb76 100644 --- a/share/man/man4/strip.4 +++ b/share/man/man4/strip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strip.4,v 1.18 2004/03/21 19:47:59 miod Exp $ +.\" $OpenBSD: strip.4,v 1.19 2004/04/04 13:19:36 jmc Exp $ .\" .\" Copyright 1996 The Board of Trustees of The Leland Stanford .\" Junior University. All Rights Reserved. @@ -128,11 +128,7 @@ For example, the following route command will configure a routing entry to a radio with a MAC address of 1234-5678, and an IP address 10.11.12.13: .Pp -.br -.in 10 -route add -host 10.11.12.13 -link 1:2:3:4:5:6:7:8 -.br -.in 5 +.Dl route add -host 10.11.12.13 -link 1:2:3:4:5:6:7:8 .Pp Generalising from this example to other IP addresses and to other 8-digit MAC addresses should be clear. diff --git a/share/man/man9/hz.9 b/share/man/man9/hz.9 index 597c459f2af..42b2d05ba8e 100644 --- a/share/man/man9/hz.9 +++ b/share/man/man9/hz.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hz.9,v 1.5 2003/06/04 04:29:03 deraadt Exp $ +.\" $OpenBSD: hz.9,v 1.6 2004/04/04 13:19:36 jmc Exp $ .\" .\" Copyright (c) 1999 Marc Espie .\" All rights reserved. @@ -34,15 +34,11 @@ .Nm profhz .Nd system time model .Sh SYNOPSIS -.Va extern int hz; -.br -.Va extern int tick; -.br -.Va extern int tickadj; -.br -.Va extern int stathz; -.br -.Va extern int profhz; +.Vt extern int hz; +.Vt extern int tick; +.Vt extern int tickadj; +.Vt extern int stathz; +.Vt extern int profhz; .Sh DESCRIPTION The system is driven by .Xr hardclock 9 diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index d9d0e022581..64c25a9fbbd 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.9,v 1.18 2004/03/14 11:34:53 mickey Exp $ +.\" $OpenBSD: random.9,v 1.19 2004/04/04 13:19:36 jmc Exp $ .\" .\" Copyright (c) 1996,2000 Michael Shalayeff .\" All rights reserved. @@ -49,7 +49,6 @@ .Fn get_random_bytes "void *buf" "size_t nbytes" .Ft u_int32_t .Fn arc4random "void" -.br .Sh DESCRIPTION The .Fn add_mouse_randomness , 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 |