autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: typos


From: Ralf Wildenhues
Subject: FYI: typos
Date: Mon, 8 Jan 2007 20:54:30 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Applied as mostly obvious.  The change from `parenthesization' isn't
strictly a typo fix, but anyway a move to a better wording, I hope.

Cheers, and a late Happy New Year!
Ralf

2007-01-08  Ralf Wildenhues  <address@hidden>

        * doc/autoconf.texi: Fix some typos.

Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.1124
diff -u -r1.1124 autoconf.texi
--- doc/autoconf.texi   5 Jan 2007 23:44:26 -0000       1.1124
+++ doc/autoconf.texi   8 Jan 2007 19:52:49 -0000
@@ -4515,7 +4515,7 @@
 @cvindex UMAX4_3
 @cvindex HAVE_NLIST_H
 @cvindex NLIST_NAME_UNION
address@hidden GETLODAVG_PRIVILEGED
address@hidden GETLOADAVG_PRIVILEGED
 @cvindex NEED_SETGID
 @cvindex C_GETLOADAVG
 @ovindex LIBOBJS
@@ -4563,7 +4563,7 @@
 program.
 @end enumerate
 
-The @code{AC_FUNC_GETLOADVG} macro is obsolescent.  New programs should
+The @code{AC_FUNC_GETLOADAVG} macro is obsolescent.  New programs should
 use Gnulib's @code{getloadavg} module.  @xref{Gnulib}.
 @end defmac
 
@@ -6617,7 +6617,7 @@
 @acindex{C_VARARRAYS}
 @cvindex HAVE_C_VARARRAYS
 If the C compiler supports variable-length arrays, define
address@hidden  A variable-length array is an array of automatic
address@hidden  A variable-length array is an array of automatic
 storage duration whose length is determined at run time, when the array
 is declared.
 @end defmac
@@ -6749,10 +6749,10 @@
 @option{-g}), or @option{-g} for other compilers.
 @end defmac
 
address@hidden AC_PROG_OBJCCPP
address@hidden
address@hidden OBJCCPP
-Set output variable @code{OBJCCPP} to a command that runs the Objective C
address@hidden AC_PROG_OBJCPP
address@hidden
address@hidden OBJCPP
+Set output variable @code{OBJCPP} to a command that runs the Objective C
 preprocessor.  If @samp{$OBJC -E} doesn't work, @file{/lib/cpp} is used.
 @end defmac
 
@@ -7500,7 +7500,7 @@
 @item C++
 Do compilation tests using @code{CXX} and @code{CXXCPP} and use
 extension @file{.C} for test programs.  Use compilation flags:
address@hidden with @code{CXXPP}, and both @code{CPPFLAGS} and
address@hidden with @code{CXXCPP}, and both @code{CPPFLAGS} and
 @code{CXXFLAGS} with @code{CXX}.
 
 @item Fortran 77
@@ -7520,7 +7520,7 @@
 @file{.erl} for test Erlang modules.  Use compilation flags: @code{ERLCFLAGS}.
 
 @item Objective C
-Do compilation tests using @code{OBJC} and @code{OBJCCPP} and use
+Do compilation tests using @code{OBJC} and @code{OBJCPP} and use
 extension @file{.m} for test programs.  Use compilation flags:
 @code{CPPFLAGS} with @code{OBJCPP}, and both @code{CPPFLAGS} and
 @code{OBJCFLAGS} with @code{OBJC}.
@@ -11724,7 +11724,7 @@
 The result of @samp{foo=`exit 1`} is left as an exercise to the reader.
 
 The MSYS shell leaves a stray byte in the expansion of a double-quoted
-command substitution of a native program, if the end of the substution
+command substitution of a native program, if the end of the substitution
 is not aligned with the end of the double quote.  This may be worked
 around by inserting another pair of quotes:
 
@@ -13743,7 +13743,7 @@
 
 Anchors (@samp{^} and @samp{$}) inside groups are not portable.
 
-Nested parenthesization in patterns (e.g., @samp{\(\(a*\)b*)\)}) is
+Nested parentheses in patterns (e.g., @samp{\(\(a*\)b*)\)}) are
 quite portable to current hosts, but was not supported by some ancient
 @command{sed} implementations like SVR3.
 
@@ -14520,7 +14520,7 @@
         done
 @end example
 
-Now, @code{headers='$(HEADERS)'} macroexpands to:
+Now, @code{headers='$(HEADERS)'} macro-expands to:
 
 @example
 headers='f.h g.h h.h'
@@ -18107,7 +18107,7 @@
 can be referenced from any @file{Makefile.am}.  Even without Automake,
 arranging for @code{LIBOBJDIR} to be set correctly enables
 referencing @code{LIBOBJS} and @code{LTLIBOBJS} in another directory.
-The @code{LIBOJBDIR} feature is experimental.
+The @code{LIBOBJDIR} feature is experimental.
 
 
 @node AC_FOO_IFELSE vs AC_TRY_FOO
@@ -19505,7 +19505,7 @@
 @c  LocalWords:  PowerPC GNUC libPW pragma Olibcalls CHOWN chown CLOSEDIR VFORK
 @c  LocalWords:  closedir FNMATCH fnmatch vfork FSEEKO LARGEFILE fseeko SVR sc
 @c  LocalWords:  largefile GETGROUPS getgroups GETLOADAVG DGUX UMAX NLIST KMEM
address@hidden  LocalWords:  GETLODAVG SETGID getloadavg nlist GETMNTENT irix
address@hidden  LocalWords:  SETGID getloadavg nlist GETMNTENT irix
 @c  LocalWords:  getmntent UnixWare GETPGRP getpgid getpgrp Posix's pid LSTAT
 @c  LocalWords:  lstat rpl MEMCMP memcmp OpenStep MBRTOWC mbrtowc MKTIME mktime
 @c  LocalWords:  localtime MMAP mmap OBSTACK obstack obstacks ARGTYPES timeval
@@ -19514,13 +19514,13 @@
 @c  LocalWords:  DOPRNT vprintf doprnt sp unfixable LIBSOURCE LIBSOURCES Eggert
 @c  LocalWords:  linux netinet ia Tru XFree DIRENT NDIR dirent ndir multitable
 @c  LocalWords:  NAMLEN strlen namlen MKDEV SYSMACROS makedev RESOLV resolv DNS
address@hidden  LocalWords:  inet structs NAMESER arpa NETDB netdb UTekV UTS 
autom GCC's kB
address@hidden  LocalWords:  inet structs NAMESER arpa NETDB netdb UTekV UTS 
GCC's kB
 @c  LocalWords:  STDBOOL BOOL stdbool conformant cplusplus bool Bool stdarg tm
 @c  LocalWords:  ctype strchr strrchr rindex bcopy memmove memchr WEXITSTATUS
 @c  LocalWords:  WIFEXITED TIOCGWINSZ GWINSZ termios preprocess preprocessable
 @c  LocalWords:  DECLS strdup calloc BLKSIZE blksize RDEV rdev TZNAME tzname pw
 @c  LocalWords:  passwd gecos pwd MBSTATE mbstate wchar RETSIGTYPE hup UID uid
address@hidden  LocalWords:  gid ptrdiff uintmax EXEEXT OBJEXT Ae Onolimit 
conftest AXP str
address@hidden  LocalWords:  gid ptrdiff uintmax EXEEXT OBJEXT Ae conftest AXP 
str
 @c  LocalWords:  ALIGNOF WERROR Werror cpp HP's WorkShop egcs un fied stdc CXX
 @c  LocalWords:  varargs BIGENDIAN Endianness SPARC endianness grep'ed CONST FC
 @c  LocalWords:  const STRINGIZE stringizing PARAMS unprotoize protos KCC cxx
@@ -19540,9 +19540,9 @@
 @c  LocalWords:  CDPATH DUALCASE LINENO prepass Subshells lineno NULLCMD cmp wc
 @c  LocalWords:  MAILPATH scanset arg NetBSD Almquist printf expr cp
 @c  LocalWords:  Oliva awk Aaaaarg cmd regex xfoo GNV OpenVMS VM
address@hidden  LocalWords:  sparc Proulx SysV nbar nfoo maxdepth acdilrtu TWG 
mc
address@hidden  LocalWords:  sparc Proulx nbar nfoo maxdepth acdilrtu TWG mc
 @c  LocalWords:  mkdir exe uname OpenBSD Fileutils mktemp umask TMPDIR guid os
address@hidden  LocalWords:  fooXXXXXX Unicos parenthesization utimes hpux hppa 
unescaped
address@hidden  LocalWords:  fooXXXXXX Unicos utimes hpux hppa unescaped
 @c  LocalWords:  pmake DOS's gmake ifoo DESTDIR autoconfiscated pc coff mips gg
 @c  LocalWords:  dec ultrix cpu wildcards rpcc rdtsc powerpc readline
 @c  LocalWords:  withval vxworks gless localcache usr LOFF loff CYGWIN Cygwin
@@ -19557,7 +19557,7 @@
 @c  LocalWords:  autoconfiscate Savoye Haertel Avera Meyering fdl appendixsec
 @c  LocalWords:  printindex american LIBOBJDIR LibdirTest ERLCFLAGS OBJCFLAGS
 @c  LocalWords:  VER Gnulib online xyes strcpy TYPEOF typeof OBJC objcc objc ln
address@hidden  LocalWords:  GOBJC OBJCCPP OTP ERLC erl valloc decr dumpdef 
errprint incr
address@hidden  LocalWords:  GOBJC OTP ERLC erl valloc decr dumpdef errprint 
incr
 @c  LocalWords:  esyscmd len maketemp pushdef substr syscmd sysval translit txt
 @c  LocalWords:  sinclude foreach myvar tolower toupper uniq BASENAME STDIN
 @c  LocalWords:  Dynix descrips basename aname cname macroexpands xno xcheck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]