From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Wed, 22 Apr 2015 20:02:37 -0300 Subject: [Buildroot] [PATCH] package: kill pointless text justification In-Reply-To: <20150422223204.GG4069@free.fr> References: <1429740874-8619-1-git-send-email-gustavo@zacarias.com.ar> <20150422223204.GG4069@free.fr> Message-ID: <5538288D.3090308@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 04/22/2015 07:32 PM, Yann E. MORIN wrote: > Well, it's not entirely incorrect. > > English typography used to require there is a double-space (or two word > spaces, can't remeber the typographic name) between the full-stop and > the next sentence: > > https://en.wikipedia.org/wiki/Full_stop#Spacing_after_a_full_stop > > However, this usage has been gradually declining in favour of a single > space, but is till widely used, especially when submitting manuscripts. > > Well, except for us Froggies, who only always used single-spacing. ;-) Actually it's related to scribes in a historical context: http://en.wikipedia.org/wiki/Typographic_alignment#History It was one of the tricks used to keep all the lines of the same length (visually). Regards.