From: Richard M. Stallman Date: Tue, 27 Dec 1994 06:48:48 +0000 (+0000) Subject: Minor fixes. X-Git-Tag: fsf-origin~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc7096efc7585d65ffd434ba65b7e2c52079e72;p=thirdparty%2Fautoconf.git Minor fixes. --- diff --git a/doc/standards.texi b/doc/standards.texi index ef020d284..629eaedb2 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -997,7 +997,7 @@ One way to get them properly defined is to use Autoconf. @chapter Program Behavior for All Programs Avoid arbitrary limits on the length or number of @emph{any} data -structure, including filenames, lines, files, and symbols, by allocating +structure, including file names, lines, files, and symbols, by allocating all data structures dynamically. In most Unix utilities, ``long lines are silently truncated''. This is not acceptable in a GNU utility. @@ -1093,7 +1093,7 @@ input from a source other than a terminal, it is not interactive and would do best to print error messages using the noninteractive style.) The string @var{message} should not begin with a capital letter when -it follows a program name and/or filename. Also, it should not end +it follows a program name and/or file name. Also, it should not end with a period. Error messages from interactive programs, and other messages such as diff --git a/standards.texi b/standards.texi index ef020d284..629eaedb2 100644 --- a/standards.texi +++ b/standards.texi @@ -997,7 +997,7 @@ One way to get them properly defined is to use Autoconf. @chapter Program Behavior for All Programs Avoid arbitrary limits on the length or number of @emph{any} data -structure, including filenames, lines, files, and symbols, by allocating +structure, including file names, lines, files, and symbols, by allocating all data structures dynamically. In most Unix utilities, ``long lines are silently truncated''. This is not acceptable in a GNU utility. @@ -1093,7 +1093,7 @@ input from a source other than a terminal, it is not interactive and would do best to print error messages using the noninteractive style.) The string @var{message} should not begin with a capital letter when -it follows a program name and/or filename. Also, it should not end +it follows a program name and/or file name. Also, it should not end with a period. Error messages from interactive programs, and other messages such as