diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-26 22:27:52 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-26 22:27:52 +0000 |
commit | a374210e6361654a6f0dce28cc9b8387047555a6 (patch) | |
tree | fb8958811034b4356fc910a5c80a1fa9cf32c1c0 /gnu/usr.bin/diff | |
parent | ecd7c43d0c628fea330017dfae289d9bffabb05c (diff) | |
download | FreeBSD-src-a374210e6361654a6f0dce28cc9b8387047555a6.zip FreeBSD-src-a374210e6361654a6f0dce28cc9b8387047555a6.tar.gz |
There's no -p flag to our diff.
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r-- | gnu/usr.bin/diff/diff.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index 44f3fec..4acd3c9 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -309,9 +309,6 @@ 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. |