Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ifwatchd Whitespace nits and a typo fix.



details:   https://anonhg.NetBSD.org/src/rev/991e93210be8
branches:  trunk
changeset: 522640:991e93210be8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 23 17:03:18 2002 +0000

description:
Whitespace nits and a typo fix.

diffstat:

 usr.sbin/ifwatchd/ifwatchd.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 28a118f8876f -r 991e93210be8 usr.sbin/ifwatchd/ifwatchd.8
--- a/usr.sbin/ifwatchd/ifwatchd.8      Sat Feb 23 17:01:20 2002 +0000
+++ b/usr.sbin/ifwatchd/ifwatchd.8      Sat Feb 23 17:03:18 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifwatchd.8,v 1.6 2002/02/23 08:11:22 martin Exp $
+.\" $NetBSD: ifwatchd.8,v 1.7 2002/02/23 17:03:18 wiz Exp $
 .\"
 .\" Copyright (C) 2001 by Martin Husemann
 .\" All rights reserved.
@@ -105,12 +105,12 @@
 /sbin/route add default $4
 .Ed
 As described below the fourth command line parameter will contain the peer
-address of the pppoe link. The coresponding ip-down script is:
+address of the pppoe link. The corresponding ip-down script is:
 .Bd -literal -offset indent
 #! /bin/sh
 /sbin/route delete default
 .Ed
-Note that this is not a good idea if you have pppoe0 configured to connect 
+Note that this is not a good idea if you have pppoe0 configured to connect
 only on demand (via the link1 flag), but works well for all permanent connected
 cases. Use
 .Bd -literal -offset indent



Home | Main Index | Thread Index | Old Index