Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 10:06:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305927 - head/usr.bin/sdiff
Message-ID:  <201609181006.u8IA6aqx052865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep 18 10:06:35 2016
New Revision: 305927
URL: https://svnweb.freebsd.org/changeset/base/305927

Log:
  Remove reference of z(s)diff which was dropped before importing

Modified:
  head/usr.bin/sdiff/sdiff.c

Modified: head/usr.bin/sdiff/sdiff.c
==============================================================================
--- head/usr.bin/sdiff/sdiff.c	Sun Sep 18 08:19:33 2016	(r305926)
+++ head/usr.bin/sdiff/sdiff.c	Sun Sep 18 10:06:35 2016	(r305927)
@@ -477,8 +477,8 @@ main(int argc, char **argv)
 }
 
 /*
- * When sdiff/zsdiff detects a binary file as input, executes them with
- * diff/zdiff to maintain the same behavior as GNU sdiff with binary input.
+ * When sdiff detects a binary file as input, executes them with
+ * diff to maintain the same behavior as GNU sdiff with binary input.
  */
 static void
 binexec(char *diffprog, char *f1, char *f2)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181006.u8IA6aqx052865>