diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-04 13:19:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-04 13:19:37 +0000 |
commit | 9addebbd61d01db6405ead43dec90fda99ecf9fe (patch) | |
tree | 2187aa3c569734ae70ab6074388707867784ab13 /share/man/man4 | |
parent | 9ef612a0b056e6ec51cd32d771ba33546e946696 (diff) |
.br workaround no longer necessary;
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/strip.4 | 8 |
1 files changed, 2 insertions, 6 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. |