]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Use "invalid" instead of "illegal," as
authorAkim Demaille <akim@epita.fr>
Fri, 30 Mar 2001 12:50:29 +0000 (12:50 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 30 Mar 2001 12:50:29 +0000 (12:50 +0000)
suggested by the GNU coding standards.

ChangeLog
doc/autoconf.texi

index 8db3564d6860aef74c1c23268f55cb097d63f173..a4a2ea6d564933da821adf38dd0e1609b919fcb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-30  Steven G. Johnson  <stevenj@alum.mit.edu>
+
+       * doc/autoconf.texi: Use "invalid" instead of "illegal," as
+       suggested by the GNU coding standards.
+
 2001-03-30  Tim Van Holder <tim.van.holder@pandora.be>
 
        * m4sh.m4 (AS_BASENAME): New.
index 1fb62fa1169bc0b6e2f2a72c4e956594f2eb1638..ee70fc9faa67c3723aa8a01883a472676792fb5d 100644 (file)
@@ -5329,22 +5329,24 @@ the directory, @command{make install} will do nothing (unless the
 @item The 8+3 limit (@sc{sfn})
 Because the @sc{dos} file system only stores the first 8 characters of
 the filename and the first 3 of the extension, those must be unique.
-That means that @samp{foobar-part1.c}, @samp{foobar-part2.c} and
-@samp{foobar-prettybird.c} all resolve to the same filename
-(@samp{FOOBAR-P.C}).  The same goes for @samp{foo.bar} and
-@samp{foo.bartender}.
+That means that @file{foobar-part1.c}, @file{foobar-part2.c} and
+@file{foobar-prettybird.c} all resolve to the same filename
+(@file{FOOBAR-P.C}).  The same goes for @file{foo.bar} and
+@file{foo.bartender}.
+
 Note: This is not usually a problem under Windows, as it uses numeric
-tails in the short version of filenames to make them unique.  However,
-registry setting can turn this behaviour off.  While this makes it
+tails in the short version of filenames to make them unique.  However, a
+registry setting can turn this behaviour off.  While this makes it
 possible to share file trees containing long file names between @sc{sfn}
 and @sc{lfn} environments, it also means the above problem applies there
 as well.
 
-@item Illegal characters
-Some characters are illegal in @sc{dos} filenames, and should therefore
-be avoided. In a @sc{lfn} environment, these are '/', '\', '?', '*', ':',
-'<', '>', '|' and '"'.  In a @sc{sfn} environment, other characters are
-also illegal.  These include '+', ',', '[' and ']'.
+@item Invalid characters
+Some characters are invalid in @sc{dos} filenames, and should therefore
+be avoided. In a @sc{lfn} environment, these are @samp{/}, @samp{\},
+@samp{?}, @samp{*}, @samp{:}, @samp{<}, @samp{>}, @samp{|} and @samp{"}.
+In a @sc{sfn} environment, other characters are also invalid.  These
+include @samp{+}, @samp{,}, @samp{[} and @samp{]}.
 @end table
 
 @node Shell Substitutions, Assignments, File System Conventions, Portable Shell