linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] linux: README: reduced README size by 1 byte by removing unnecessary space character
@ 2019-06-07  5:59 Alex
  2019-06-07 17:43 ` Markus Heiser
  0 siblings, 1 reply; 2+ messages in thread
From: Alex @ 2019-06-07  5:59 UTC (permalink / raw)
  To: paulmck; +Cc: linux-doc, linux-kernel, trivial, Alex, Aaron A Montoya

From: Aaron A Montoya <aaron.a.montoya@gmail.com>

On line 9 of the README there is an unnecessary extra space character, 
after the period, that adds 1 byte of size to the file. By removing the 
unnecessary space, Linux downloads will be 1 byte smaller and therefor be 
faster to download and take up less space on a user's system, all while 
correcting a sentence structure issue. This change is one of the few 
optimizations with practically no downsides, besides taking time out 
of the hardworking Linux maintainers day to implement the change.
Remove extra space after the period on line 9 of the README.
Commit 0619770a02a30834 ("Removed unnecessary space character from README")

Signed-off-by: Aaron A Montoya <aaron.a.montoya@gmail.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 669ac7c32292..0b05d700637f 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ be rendered in a number of formats, like HTML and PDF. Please read
 Documentation/admin-guide/README.rst first.
 
 In order to build the documentation, use ``make htmldocs`` or
-``make pdfdocs``.  The formatted documentation can also be read online at:
+``make pdfdocs``. The formatted documentation can also be read online at:
 
     https://www.kernel.org/doc/html/latest/
 
-- 
2.21.0.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] linux: README: reduced README size by 1 byte by removing unnecessary space character
  2019-06-07  5:59 [PATCH] linux: README: reduced README size by 1 byte by removing unnecessary space character Alex
@ 2019-06-07 17:43 ` Markus Heiser
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Heiser @ 2019-06-07 17:43 UTC (permalink / raw)
  To: Alex, paulmck; +Cc: linux-doc, linux-kernel, trivial, Aaron A Montoya


Am 07.06.19 um 07:59 schrieb Alex:
> From: Aaron A Montoya <aaron.a.montoya@gmail.com>
> 
> On line 9 of the README there is an unnecessary extra space character,
> after the period, that adds 1 byte of size to the file. By removing the
> unnecessary space, Linux downloads will be 1 byte smaller and therefor be
> faster to download and take up less space on a user's system, all while
> correcting a sentence structure issue. This change is one of the few
> optimizations with practically no downsides, besides taking time out
> of the hardworking Linux maintainers day to implement the change.
> Remove extra space after the period on line 9 of the README.
> Commit 0619770a02a30834 ("Removed unnecessary space character from README")
> 

best joke today but wrong in two ways ;)

1. size matter? The commit (-message) adds to more bytes to the repo ;)
2. Be correct formated?  The extra Space is for 'sentence spacing' [1]
    e.g. emacs text modes are formating such spacing.

[1] https://en.wikipedia.org/wiki/Sentence_spacing

-- Markus --

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-07 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  5:59 [PATCH] linux: README: reduced README size by 1 byte by removing unnecessary space character Alex
2019-06-07 17:43 ` Markus Heiser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).