]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fixed a typo.
authorJoel N. Weber II <devnull@gnu.org>
Mon, 18 May 1998 17:04:37 +0000 (17:04 +0000)
committerJoel N. Weber II <devnull@gnu.org>
Mon, 18 May 1998 17:04:37 +0000 (17:04 +0000)
doc/standards.texi
standards.texi

index aff7ced616e11add73c5c3654522cbd629887843..8fb8a926fd1864b242cd3a700db47adcdf511890 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 May  4, 1998
+@set lastupdate May 18, 1998
 @c %**end of header
 
 @ifinfo
@@ -431,7 +431,7 @@ in a directory, use @code{readdir} or some other high-level interface.
 These will be supported compatibly by GNU.
 
 The preferred signal handling facilities are the BSD variant of
-@code{signal}, andthe @sc{posix} @code{sigaction} function; the
+@code{signal}, and the @sc{posix} @code{sigaction} function; the
 alternative USG @code{signal} interface is an inferior design.
 
 Nowadays, using the @sc{posix} signal functions may be the easiest way
index aff7ced616e11add73c5c3654522cbd629887843..8fb8a926fd1864b242cd3a700db47adcdf511890 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 May  4, 1998
+@set lastupdate May 18, 1998
 @c %**end of header
 
 @ifinfo
@@ -431,7 +431,7 @@ in a directory, use @code{readdir} or some other high-level interface.
 These will be supported compatibly by GNU.
 
 The preferred signal handling facilities are the BSD variant of
-@code{signal}, andthe @sc{posix} @code{sigaction} function; the
+@code{signal}, and the @sc{posix} @code{sigaction} function; the
 alternative USG @code{signal} interface is an inferior design.
 
 Nowadays, using the @sc{posix} signal functions may be the easiest way