diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-12-31 05:36:42 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-12-31 05:36:42 +0000 |
| commit | 4c66b7a03ca12430189395b146f0c3baa27a3425 (patch) | |
| tree | 298c518b27cde405664b32e07c5327d77d8474c2 /gnu | |
| parent | 2f3e9275a61ebcf76a4004249457b1f96c453e4e (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 f04d90f93498..5597347a01b9 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 |
