diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-02-26 18:08:06 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-02-26 18:08:06 +0000 |
commit | 53de23f4d140becc3166e87665b0064f215a220e (patch) | |
tree | 5857277bf66bd367cd10ac57e5bd24e84f262bc6 /usr.bin/diff/diff.1 | |
parent | 6b9e6f12e5bbfe347dba8ff8e1e161f9180a1edd (diff) |
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 10a349348cfd..34658ad69da0 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -427,6 +427,15 @@ Output at most .Ar number columns when using side by side format. The default value is 130. +Note that unless +.It Fl t +was specified, +.Nm +will always align the second column to a tab stop, so values of +.Fl -width +smaller than approximately five times the value of +.Fl -tabsize +may yield surprising results. .It Fl -changed-group-format Ar GFMT Format input groups in the provided .Pp |