diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-02-23 17:49:08 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-02-23 17:49:08 +0000 |
| commit | 11aa7f0f7e5ce09d0c46d4b405f4975e5dc04b5a (patch) | |
| tree | 490f3fbcf3e2f3fc4b6ffaaeda83dfbd19fdbb03 /gnu/usr.bin | |
| parent | 8c19d2f0cca3500c767c0c31a359dc6c147c902f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/diff/diff.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index cbad443f519a..0164f232d25f 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 @@ -313,6 +317,9 @@ Use to output a line taken from just the first file in if-then-else format. .TP +.B \-p +Show which C function each change is in. +.TP .B \-P When comparing directories, if a file appears only in the second directory of the two, treat it as present but empty in the other. |
