[BusyBox] [PATCH] update patches/cmp_n.diff

Hideki IWAMOTO h-iwamoto at kit.hi-ho.ne.jp
Fri Apr 23 16:34:00 UTC 2004


This patch updates patches/cmp_n.diff so that it can apply to current source.


Index: patches/cmp_n.diff
===================================================================
RCS file: /var/cvs/busybox/patches/cmp_n.diff,v
retrieving revision 1.1
diff -u -r1.1 cmp_n.diff
--- a/patches/cmp_n.diff	31 Mar 2004 11:53:37 -0000	1.1
+++ b/patches/cmp_n.diff	23 Apr 2004 16:01:22 -0000
@@ -197,11 +197,11 @@
 +#endif
 +
  #define cmp_trivial_usage \
--	"[OPTION]... FILE1 [FILE2]"
-+	"[OPTION]... FILE1 [FILE2" USAGE_CMP_SKIP(" [SKIP1 [SKIP2]]") "]"
+-	"[-l] [-s] FILE1 [FILE2]"
++	"[-l]" USAGE_CMP_LIMIT(" [-n]") " [-s] FILE1 [FILE2" USAGE_CMP_SKIP(" [SKIP1 [SKIP2]]") "]"
  #define cmp_full_usage \
--	"Compare files.\n\n" \
-+	"Compare files.\n" \
+-	"Compare files.  Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \
++	"Compare files.  Compares FILE1 vs stdin if FILE2 is not specified.\n" \
 +	USAGE_CMP_SKIP("SKIP1 and SKIP2 are the number of bytes to skip in each file.\n") \
 +	"\n" \
  	"Options:\n" \

----
Hideki IWAMOTO  h-iwamoto at kit.hi-ho.ne.jp




More information about the busybox mailing list