correct typo. PR misc/22944
This commit is contained in:
parent
ae9b5cba84
commit
d3e55680aa
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: route.8,v 1.35 2003/08/07 10:04:38 agc Exp $
|
||||
.\" $NetBSD: route.8,v 1.36 2003/10/02 00:09:06 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -346,7 +346,7 @@ DNS is not available):
|
|||
.Dl route -n show
|
||||
To install a static route through 10.200.0.1 to reach the network
|
||||
192.168.1.0/28, use this:
|
||||
.Dl route add -net 192.168.1.0 -netmask 255.255.255.248 10.200.0.1
|
||||
.Dl route add -net 192.168.1.0 -netmask 255.255.255.240 10.200.0.1
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -tag -width Ds
|
||||
.It Sy "add [host \&| network ] %s: gateway %s flags %x"
|
||||
|
|
Loading…
Reference in New Issue