Module Name: src
Committed By: wiz
Date: Wed May 2 22:38:31 UTC 2012
Modified Files:
src/share/man/man5: route.conf.5
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man5/route.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/route.conf.5
diff -u src/share/man/man5/route.conf.5:1.4 src/share/man/man5/route.conf.5:1.5
--- src/share/man/man5/route.conf.5:1.4 Wed May 2 15:57:15 2012
+++ src/share/man/man5/route.conf.5 Wed May 2 22:38:31 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: route.conf.5,v 1.4 2012/05/02 15:57:15 gendalia Exp $
+.\" $NetBSD: route.conf.5,v 1.5 2012/05/02 22:38:31 wiz Exp $
.\"
.\" Copyright (c) 2004 Thomas Klausner
.\" All rights reserved.
@@ -72,7 +72,7 @@ script that parses
In this example, the interface for the desired routing changes is set,
the IP address on that interface is determined, and a route is added
during startup, or deleted during system shutdown.
-.Bd -literal -offset indent
+.Bd -literal -offset indent
# Set interface and determine current IP address for added route.
!ifname=bnx0
!ipaddr=$(/sbin/ifconfig ${ifname} | awk '$1 == "inet" {print $2}')