Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2008 14:53:31 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144488 for review
Message-ID:  <200807021453.m62ErVFN046506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144488

Change 144488 by gabor@gabor_server on 2008/07/02 14:52:50

	- Remove false comment

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/diff/diff.c#5 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/diff/diff.c#5 (text+ko) ====

@@ -76,7 +76,6 @@
 /* XXX: UNIMPLEMENTED
 	{ "ignore-blank-lines",		no_argument,		NULL,	'B' }, */
 	{ "ignore-space-change",	no_argument,		NULL,	'b' },
-/* XXX: -c is incompatible with GNU version */
 	{ "context",			optional_argument,	NULL,	'C' },
 	{ "ifdef",			required_argument,	NULL,	'D' },
 	{ "minimal",			no_argument,		NULL,	'd' },
@@ -100,7 +99,6 @@
 	{ "report-identical-files",	no_argument,		NULL,	's' },
 	{ "initial-tab",		no_argument,		NULL,	'T' },
 	{ "expand-tabs",		no_argument,		NULL,	't' },
-/* XXX: -u is incompatible with GNU version */
 	{ "unified",			optional_argument,	NULL,	'U' },
 	{ "version",			no_argument,		NULL,	'v' },
 /* XXX: UNIMPLEMENTED



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