diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-02-26 23:27:38 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-02-26 23:27:38 +0100 |
commit | cf822e3c94c2cdec736cdf7b503790b17179afcd (patch) | |
tree | 732a0fadf101d69c52998e830500ff6f20c96a59 /manual/maint.texi | |
parent | 5b456e9d61c5c7a5744e8c9387498017af2c1e7e (diff) | |
download | glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.gz glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.xz glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.zip |
Fix two spaces after sentence.
Minor formatting fix that was carried by issuing sed -e"s/\. \([A-Z]\)/. \1/" followed by editing result.
Diffstat (limited to 'manual/maint.texi')
-rw-r--r-- | manual/maint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/maint.texi b/manual/maint.texi index 659ceae011..862b49d956 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -424,7 +424,7 @@ top level of the @file{sysdeps} directory tree. For example, files specific to those machine architectures, but not specific to any particular operating system. There might be subdirectories for specializations of those architectures, such as -@w{@file{sysdeps/m68k/68020}}. Code which is specific to the +@w{@file{sysdeps/m68k/68020}}. Code which is specific to the floating-point coprocessor used with a particular machine should go in @w{@file{sysdeps/@var{machine}/fpu}}. |