diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-07-21 00:35:17 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-21 01:10:28 +0400 |
commit | f9028317b2046ea13595c55fb29922d8d97cf497 (patch) | |
tree | 06f7f7c9de785760c449cf025edbf06aa7a5cbfe /Documentation/ABI/stable | |
parent | 18d8fe1f899e39bf929f207ceeffb95d1c69002a (diff) | |
download | linux-f9028317b2046ea13595c55fb29922d8d97cf497.tar.xz |
Documentation: Add newline at end-of-file to files lacking one
This patch simply adds a newline character at end-of-file to those
files in Documentation/ that currently lack one.
This is done for a few different reasons:
A) It's rather annoying when you do "cat some_file.txt" that your
prompt/cursor ends up at the end of the last line of output rather
than on a new line.
B) Some tools that process files line-by-line may get confused by the
lack of a newline on the last line.
C) The "\ No newline at end of file" line in diffs annoys me for some
reason.
So, let's just add the missing newline once and for all.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI/stable')
-rw-r--r-- | Documentation/ABI/stable/vdso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/stable/vdso b/Documentation/ABI/stable/vdso index 8a1cbb594497..7cdfc28cc2c6 100644 --- a/Documentation/ABI/stable/vdso +++ b/Documentation/ABI/stable/vdso @@ -24,4 +24,4 @@ though. (As of this writing, this ABI documentation as been confirmed for x86_64. The maintainers of the other vDSO-using architectures should confirm - that it is correct for their architecture.)
\ No newline at end of file + that it is correct for their architecture.) |