diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-20 19:07:52 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-20 19:07:52 +0000 |
| commit | fa0a8c01926c21924efd027cb1b6dc7ca840aaa5 (patch) | |
| tree | f6bfbbf5d22e81c6dc8d0d4bdaf80151eff27410 /usr.bin/diff | |
| parent | bcf91ad6d37242cff083060455337942cd3443c5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/diff')
| -rw-r--r-- | usr.bin/diff/TODO | 6 |
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) |
