diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-11 21:11:26 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-11 21:11:26 +0000 |
commit | 1a7a931a266121e9078e62f4d369e00516657248 (patch) | |
tree | 6e2528f9d105992d496c9a47a759fce95ac641cb /gnu/usr.bin/diff | |
parent | b6528e647bcbaf4d2089cc963f2ac3c9903e6d0f (diff) | |
download | src-1a7a931a266121e9078e62f4d369e00516657248.tar.gz src-1a7a931a266121e9078e62f4d369e00516657248.zip |
Notes
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r-- | gnu/usr.bin/diff/diff.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index cbad443f519a..83b79913862e 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -141,6 +141,10 @@ Use .I format to output a line group containing differing lines from both files in if-then-else format. +For more details on what can be specified in the +.I format +string, consult the info documentation of +.I diff . .TP .B \-d Change the algorithm to perhaps find a smaller set of changes. This makes |