From: Joel N. Weber II Date: Mon, 18 May 1998 17:04:37 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: fsf-origin~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=713150bfc60eb55622471ec91edb68fa706eae14;p=thirdparty%2Fautoconf.git Fixed a typo. --- diff --git a/doc/standards.texi b/doc/standards.texi index aff7ced6..8fb8a926 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -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 diff --git a/standards.texi b/standards.texi index aff7ced6..8fb8a926 100644 --- a/standards.texi +++ b/standards.texi @@ -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