aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 19:07:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 19:07:52 +0000
commitfa0a8c01926c21924efd027cb1b6dc7ca840aaa5 (patch)
treef6bfbbf5d22e81c6dc8d0d4bdaf80151eff27410 /usr.bin/diff
parentbcf91ad6d37242cff083060455337942cd3443c5 (diff)
Notes
Diffstat (limited to 'usr.bin/diff')
-rw-r--r--usr.bin/diff/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/TODO b/usr.bin/diff/TODO
index 3ac289ac19ef2..537643dd8903b 100644
--- a/usr.bin/diff/TODO
+++ b/usr.bin/diff/TODO
@@ -5,14 +5,14 @@
* make a libsdiff and use that directly to avoid duplicating the code
to be implemented:
---suppress-common-lines: depends on -y
--ignore-blank-lines
--horizon-lines
--ignore-tab-expansion
--line-format
Will probably be not implemented:
---GTYPE-group-format
+--GTYPE-group-format (partially implement - minimal)
--LTYPE-line-format
---speed-large-file: (Do we need that? only a stub?)
--help (We have a manpage already)
+--suppress-common-lines: depends on -y (won't be implemented, as it conflicts
+the way sdiff expects it and in any case we have sdiff for that feature)