diff options
author | keramida <keramida@FreeBSD.org> | 2002-07-11 21:11:26 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-07-11 21:11:26 +0000 |
commit | eea24f3d3e2978a018cb6a89df150975e4f09010 (patch) | |
tree | 6e2528f9d105992d496c9a47a759fce95ac641cb /gnu | |
parent | d9e0ad98f3aa37c814b7c744098b72e165121386 (diff) | |
download | FreeBSD-src-eea24f3d3e2978a018cb6a89df150975e4f09010.zip FreeBSD-src-eea24f3d3e2978a018cb6a89df150975e4f09010.tar.gz |
Add note about the info documentation of diff(1).
It contains a detailed description of the =format option part.
PR: docs/36464
Submitted by: Gary W. Swearingen <swear@blarg.net>
Diffstat (limited to 'gnu')
-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 cbad443..83b7991 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 |