Module Name: othersrc
Committed By: wiz
Date: Tue Jan 15 09:05:57 UTC 2013
Modified Files:
othersrc/external/bsd/netdiff/dist: netwdiff.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/netdiff/dist/netwdiff.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/netdiff/dist/netwdiff.1
diff -u othersrc/external/bsd/netdiff/dist/netwdiff.1:1.4 othersrc/external/bsd/netdiff/dist/netwdiff.1:1.5
--- othersrc/external/bsd/netdiff/dist/netwdiff.1:1.4 Tue Jan 15 08:26:16 2013
+++ othersrc/external/bsd/netdiff/dist/netwdiff.1 Tue Jan 15 09:05:57 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: netwdiff.1,v 1.4 2013/01/15 08:26:16 agc Exp $
+.\" $NetBSD: netwdiff.1,v 1.5 2013/01/15 09:05:57 wiz Exp $
.\"
.\" Copyright (c) 2013 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -130,7 +130,7 @@ static int
.Ed
.Pp
To use colors to highlight text which has been inserted and deleted,
-the
+the
.Fl w ,
.Fl x ,
.Fl y
@@ -139,7 +139,7 @@ and
arguments can be used.
In C shell, shell variables can be set in the following way:
.Bd -literal
-% set ansi_red = "`printf '\\e[31m'`"
+% set ansi_red = "`printf '\\e[31m'`"
% set ansi_end = "`printf '\\e[0m'`"
% set ansi_green = "`printf '\\e[32m'`"
.Ed