Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 Remove trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/0438a2678d1c
branches: trunk
changeset: 779105:0438a2678d1c
user: wiz <wiz%NetBSD.org@localhost>
date: Wed May 02 22:38:31 2012 +0000
description:
Remove trailing whitespace.
diffstat:
share/man/man5/route.conf.5 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fb3928732f78 -r 0438a2678d1c share/man/man5/route.conf.5
--- a/share/man/man5/route.conf.5 Wed May 02 20:48:29 2012 +0000
+++ b/share/man/man5/route.conf.5 Wed May 02 22:38:31 2012 +0000
@@ -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 @@
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}')
Home |
Main Index |
Thread Index |
Old Index