diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-11-03 03:49:57 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-11-03 03:49:57 +0000 |
| commit | 165edba6a77a4c2eb54164b62e09630a1d8cb278 (patch) | |
| tree | 9e3097d76398d61c55376416dbe729f8bee6b30d /gnu | |
| parent | d1f16b4d2ef3ad0a9936f92338354d00cc9af3eb (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/diff/diff.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index f04d90f934986..5597347a01b90 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -494,7 +494,7 @@ tree (possibly including new files), which you would like to show to others .B send-pr(1) program), you could type .sp -diff -crN foo.orig foo >foo.diff +diff -urN foo.orig foo >foo.diff .sp where .I foo.orig |
