Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ifwatchd Remove trailing whitespace, replace "Ar -i...



details:   https://anonhg.NetBSD.org/src/rev/b410dea34644
branches:  trunk
changeset: 754018:b410dea34644
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 16 13:56:45 2010 +0000

description:
Remove trailing whitespace, replace "Ar -i" with "Fl i".

diffstat:

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

diffs (26 lines):

diff -r a904e795d5ad -r b410dea34644 usr.sbin/ifwatchd/ifwatchd.8
--- a/usr.sbin/ifwatchd/ifwatchd.8      Fri Apr 16 13:49:57 2010 +0000
+++ b/usr.sbin/ifwatchd/ifwatchd.8      Fri Apr 16 13:56:45 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifwatchd.8,v 1.26 2010/04/16 13:47:50 jmcneill Exp $
+.\" $NetBSD: ifwatchd.8,v 1.27 2010/04/16 13:56:45 wiz Exp $
 .\"
 .\" Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -172,13 +172,13 @@
 .Ed
 .Pp
 With the above command, the carrier-detect script will be invoked when
-a carrier is detected on the interface 
+a carrier is detected on the interface
 .Ar tlp0 .
 Note that the
-.Ar -i 
+.Fl i
 flag prevents any action based on the initial state.
 A script like the following should work for most users, although it
-will not work for machines with multiple interfaces running 
+will not work for machines with multiple interfaces running
 .Cm dhclient .
 .Bd -literal -offset indent
 #! /bin/sh



Home | Main Index | Thread Index | Old Index