Linux Documentation: fix formatting to make 's' happy by 4yo (git.kernel.org) 10 points by mikeleeorg 11y ago ↗ HN
[–] totony 11y ago ↗ This diff does not seem to change anything:diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index eb8a10e..aae9dd1 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -1272,7 +1272,7 @@ softirq. 1.9 Ext4 file system parameters ------------------------------- +-------------------------------Or am I missing something? [–] bpeebles 11y ago ↗ The section header underline has one "-" added, so the final "s" has a "-" under it. [–] jimminy 11y ago ↗ While the number of hyphens is equal in both lines, the first hyphen in thr removed line is a diff char.The commit does exactly what it says, adding one extra hyphen to go below the 's' at the end of the preceding line. [–] totony 11y ago ↗ Good observation!
[–] bpeebles 11y ago ↗ The section header underline has one "-" added, so the final "s" has a "-" under it.
[–] jimminy 11y ago ↗ While the number of hyphens is equal in both lines, the first hyphen in thr removed line is a diff char.The commit does exactly what it says, adding one extra hyphen to go below the 's' at the end of the preceding line. [–] totony 11y ago ↗ Good observation!
4 comments
[ 341 ms ] story [ 849 ms ] threaddiff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index eb8a10e..aae9dd1 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -1272,7 +1272,7 @@ softirq. 1.9 Ext4 file system parameters ------------------------------- +-------------------------------
Or am I missing something?
The commit does exactly what it says, adding one extra hyphen to go below the 's' at the end of the preceding line.