diff options
Diffstat (limited to 'share/man/man4/strip.4')
-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. |