svn commit: r305927 - head/usr.bin/sdiff

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 18 10:06:37 UTC 2016


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)


More information about the svn-src-all mailing list