]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 18 Apr 1998 02:14:06 +0000 (02:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 18 Apr 1998 02:14:06 +0000 (02:14 +0000)
doc/standards.texi
standards.texi

index 910bf8b0479e3d858d188c0a227c78a84933f266..145e10b3d71c991dcabbafbbd2196b4498a399d1 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate March 13, 1998
+@set lastupdate April 17, 1998
 @c %**end of header
 
 @ifinfo
@@ -533,8 +533,10 @@ to select among the alternate behaviors.
 
 Likewise, please don't make the behavior of the program depend on the
 type of output device it is used with.  Device independence is an
-important principle of the system's design; do not compromise it
-merely to save someone from typing an option now and then.
+important principle of the system's design; do not compromise it merely
+to save someone from typing an option now and then.  (Variation in error
+message syntax when using a terminal is ok, because that is a side issue
+that people do not depend on.)
 
 If you think one behavior is most useful when the output is to a
 terminal, and another is most useful when the output is a file or a
index 910bf8b0479e3d858d188c0a227c78a84933f266..145e10b3d71c991dcabbafbbd2196b4498a399d1 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate March 13, 1998
+@set lastupdate April 17, 1998
 @c %**end of header
 
 @ifinfo
@@ -533,8 +533,10 @@ to select among the alternate behaviors.
 
 Likewise, please don't make the behavior of the program depend on the
 type of output device it is used with.  Device independence is an
-important principle of the system's design; do not compromise it
-merely to save someone from typing an option now and then.
+important principle of the system's design; do not compromise it merely
+to save someone from typing an option now and then.  (Variation in error
+message syntax when using a terminal is ok, because that is a side issue
+that people do not depend on.)
 
 If you think one behavior is most useful when the output is to a
 terminal, and another is most useful when the output is a file or a