diff options
author | 1997-05-08 16:01:08 +0000 | |
---|---|---|
committer | 1997-05-08 16:01:08 +0000 | |
commit | 179728a8ecb13b0acb944ef4963b24fb9313e9b4 (patch) | |
tree | a848807ce5f4a5afff4167b7e81f2df3a1d024e2 | |
parent | No need for symlinks; this is all one file system (diff) | |
download | wireguard-openbsd-179728a8ecb13b0acb944ef4963b24fb9313e9b4.tar.xz wireguard-openbsd-179728a8ecb13b0acb944ef4963b24fb9313e9b4.zip |
Fix typo. Fix from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>
NetBSD PR#3587
-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 |