mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
diff: Fix usage message and documentation.
The `--ignore-all-space` option was incorrectly documented as `--ignore-all-blanks` in some (but not all) places. MFC after: 3 days PR: 280434 Sponsored by: Klara, Inc. Reviewed by: 0mp, markj Differential Revision: https://reviews.freebsd.org/D46160 (cherry picked from commit ab830de9f58c1b257e42b4fbdd46b3ca6a837ee6)
This commit is contained in:
parent
ece4e05f4b
commit
45fc37334d
2 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)diff.1 8.1 (Berkeley) 6/30/93
|
||||
.\"
|
||||
.Dd June 29, 2024
|
||||
.Dd July 26, 2024
|
||||
.Dt DIFF 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
.Op Fl aBbditwW
|
||||
.Op Fl -color Ns = Ns Ar when
|
||||
.Op Fl -expand-tabs
|
||||
.Op Fl -ignore-all-blanks
|
||||
.Op Fl -ignore-all-space
|
||||
.Op Fl -ignore-blank-lines
|
||||
.Op Fl -ignore-case
|
||||
.Op Fl -minimal
|
||||
|
|
@ -422,7 +422,7 @@ output adds character(s) to the front of each line which may screw up
|
|||
the indentation of the original source lines and make the output listing
|
||||
difficult to interpret.
|
||||
This option will preserve the original source's indentation.
|
||||
.It Fl w -ignore-all-blanks
|
||||
.It Fl w -ignore-all-space
|
||||
Is similar to
|
||||
.Fl b -ignore-space-change
|
||||
but causes whitespace (blanks and tabs) to be totally ignored.
|
||||
|
|
|
|||
|
|
@ -592,7 +592,7 @@ usage(void)
|
|||
" diff [-aBbdilNPprsTtw] [-c | -e | -f | -n | -q | -u] [--ignore-case]\n"
|
||||
" [--no-ignore-case] [--normal] [--tabsize] [-I pattern] [-L label]\n"
|
||||
" [-F pattern] [-S name] [-X file] [-x pattern] dir1 dir2\n"
|
||||
" diff [-aBbditwW] [--expand-tabs] [--ignore-all-blanks]\n"
|
||||
" diff [-aBbditwW] [--expand-tabs] [--ignore-all-space]\n"
|
||||
" [--ignore-blank-lines] [--ignore-case] [--minimal]\n"
|
||||
" [--no-ignore-file-name-case] [--strip-trailing-cr]\n"
|
||||
" [--suppress-common-lines] [--tabsize] [--text] [--width]\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue