# HG changeset patch # User Mike Miller # Date 1455831046 28800 # Node ID aaf59727f8095c086d115408b9fa858d83aa530c # Parent 596e19e7e5717100c9f30a5631031043df3a82ac doc: Use consistent spacing for memory/storage sizes * README, doc/doxyhtml/README, install.txi, fact.m: Insert space between value and size unit label. diff -r 596e19e7e571 -r aaf59727f809 README --- a/README Thu Feb 18 15:02:28 2016 -0500 +++ b/README Thu Feb 18 13:30:46 2016 -0800 @@ -35,7 +35,7 @@ Octave requires approximately 1.4 GB of disk storage to unpack and compile from source (significantly less, 400 MB, if you don't compile with debugging symbols). Once installed, Octave requires -approximately 350MB of disk space (again, considerably less, 70 MB, +approximately 350 MB of disk space (again, considerably less, 70 MB, if you don't build shared libraries or the binaries and libraries do not include debugging symbols). diff -r 596e19e7e571 -r aaf59727f809 doc/doxyhtml/README --- a/doc/doxyhtml/README Thu Feb 18 15:02:28 2016 -0500 +++ b/doc/doxyhtml/README Thu Feb 18 13:30:46 2016 -0800 @@ -7,5 +7,5 @@ Doxygen documentation can be helpful for developers of Octave, but is not needed by users of Octave. In addition, the documentation requires -approximately 1.2GB of storage space. For these reasons it is not maintained +approximately 1.2 GB of storage space. For these reasons it is not maintained under version control nor distributed in tarballs. diff -r 596e19e7e571 -r aaf59727f809 doc/interpreter/install.txi --- a/doc/interpreter/install.txi Thu Feb 18 15:02:28 2016 -0500 +++ b/doc/interpreter/install.txi Thu Feb 18 13:30:46 2016 -0800 @@ -604,12 +604,12 @@ @example @group -double: 16GB -single: 8GB -uint64, int64: 16GB -uint32, int32: 8GB -uint16, int16: 4GB -uint8, int8: 2GB +double: 16 GB +single: 8 GB +uint64, int64: 16 GB +uint32, int32: 8 GB +uint16, int16: 4 GB +uint8, int8: 2 GB @end group @end example diff -r 596e19e7e571 -r aaf59727f809 scripts/miscellaneous/fact.m --- a/scripts/miscellaneous/fact.m Thu Feb 18 15:02:28 2016 -0500 +++ b/scripts/miscellaneous/fact.m Thu Feb 18 13:30:46 2016 -0800 @@ -46,7 +46,7 @@ "Richard Stallman's DNA is in binary."; "Richard Stallman's nervous system is completely wireless."; "Richard Stallman's brain accepts UNIX commands."; - "If Richard Stallman has 1GB of RAM, and if you have 1GB of RAM, Richard Stallman has more RAM than you."; + "If Richard Stallman has 1 GB of RAM, and if you have 1 GB of RAM, Richard Stallman has more RAM than you."; "Richard Stallman eats ethernet cables. That's why they invented wireless."; "Richard Stallman has a katana. 'Nuff said."; "Richard Stallman wrote a program that divides by zero.";