diff options
author | keramida <keramida@FreeBSD.org> | 2002-08-26 00:13:06 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-08-26 00:13:06 +0000 |
commit | 3423ef22d85db0faec5f8b0a090e233183b4c6d4 (patch) | |
tree | f28de2f0ea35286b505a0f821ce3cbcc55b8a695 | |
parent | 0209c6a78ac262983d115dc590c358d0af6a8ac0 (diff) | |
download | FreeBSD-src-3423ef22d85db0faec5f8b0a090e233183b4c6d4.zip FreeBSD-src-3423ef22d85db0faec5f8b0a090e233183b4c6d4.tar.gz |
Document -p option of diff.
PR: docs/41887
Submitted by: tobez
-rw-r--r-- | gnu/usr.bin/diff/diff.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index 83b7991..0164f23 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -317,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. |