diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-08 16:01:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-08 16:01:09 +0000 |
commit | 0944d949345728dcc1f925bea32492bba5fc48ae (patch) | |
tree | ada7a85df19ba5ed9a433d1ea7aa897b0bc67a12 /gnu | |
parent | 2fbb02c84d779b06f6ca0f290d5a96f1ef53199c (diff) |
Fix typo. Fix from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>
NetBSD PR#3587
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 e16f6d98dcf..bd2feb73fc3 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -263,7 +263,7 @@ Print only the left column of two common lines in side by side format. .BI \-\-line\-format= format Use .I format -to output all input lines in in-then-else format. +to output all input lines in if-then-else format. .TP .B \-\-minimal Change the algorithm to perhaps find a smaller set of changes. This |