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/string.texi | |
parent | 5b456e9d61c5c7a5744e8c9387498017af2c1e7e (diff) | |
download | glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.gz glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.bz2 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/string.texi')
-rw-r--r-- | manual/string.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/string.texi b/manual/string.texi index 6dcd4aff44..4437dddd47 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1308,7 +1308,7 @@ we find a digit in each string - then we enter a special comparison mode, where each sequence of digits is taken as a whole. If we reach the end of these two parts without noticing a difference, we return to the standard comparison mode. There are two types of numeric parts: -"integral" and "fractional" (those begin with a '0'). The types +"integral" and "fractional" (those begin with a '0'). The types of the numeric parts affect the way we sort them: @itemize @bullet @@ -2260,7 +2260,7 @@ on different systems. @comment XPG @deftypefun {char *} basename (const char *@var{path}) @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} -This is the standard XPG defined @code{basename}. It is similar in +This is the standard XPG defined @code{basename}. It is similar in spirit to the GNU version, but may modify the @var{path} by removing trailing '/' characters. If the @var{path} is made up entirely of '/' characters, then "/" will be returned. Also, if @var{path} is |