aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2003-02-23 17:49:08 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2003-02-23 17:49:08 +0000
commit11aa7f0f7e5ce09d0c46d4b405f4975e5dc04b5a (patch)
tree490f3fbcf3e2f3fc4b6ffaaeda83dfbd19fdbb03 /gnu/usr.bin
parent8c19d2f0cca3500c767c0c31a359dc6c147c902f (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/diff/diff.17
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.