diff options
| author | Tom Jones <thj@FreeBSD.org> | 2022-02-18 15:07:52 +0000 |
|---|---|---|
| committer | Tom Jones <thj@FreeBSD.org> | 2022-02-18 15:09:57 +0000 |
| commit | 8f79bd9b85716c495c2741ac25db37e8d71f22f7 (patch) | |
| tree | a362598eabda8b66c6d0443dac9925c1616753fd /usr.bin/diff/diff.1 | |
| parent | 3ca204c97aa74a6509ccf59ff421fed2e9a11d4f (diff) | |
Diffstat (limited to 'usr.bin/diff/diff.1')
| -rw-r--r-- | usr.bin/diff/diff.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index dea01bf918f4..b17ddb123fd5 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -396,8 +396,8 @@ file name and time in the context or unified diff header. With unified and context diffs, show with each change the first 40 characters of the last line before the context beginning with a letter, an underscore or a dollar sign. -For C source code following standard layout conventions, this will -show the prototype of the function the change applies to. +For C and Objective-C source code following standard layout conventions, this +will show the prototype of the function the change applies to. .It Fl T -initial-tab Print a tab rather than a space before the rest of the line for the normal, context or unified output formats. |
