Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sbin/route Pull up revision 1.36 (requested by itojun i...
details: https://anonhg.NetBSD.org/src/rev/7b966f7c3444
branches: netbsd-1-6
changeset: 530763:7b966f7c3444
user: tron <tron%NetBSD.org@localhost>
date: Thu Oct 02 09:01:20 2003 +0000
description:
Pull up revision 1.36 (requested by itojun in ticket #1494):
correct typo. PR misc/22944
diffstat:
sbin/route/route.8 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 70ff0e7d0cae -r 7b966f7c3444 sbin/route/route.8
--- a/sbin/route/route.8 Thu Oct 02 08:59:10 2003 +0000
+++ b/sbin/route/route.8 Thu Oct 02 09:01:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: route.8,v 1.29 2002/02/08 13:32:32 hubertf Exp $
+.\" $NetBSD: route.8,v 1.29.2.1 2003/10/02 09:01:20 tron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -340,7 +340,7 @@
.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"
Home |
Main Index |
Thread Index |
Old Index