From: wessels <> Date: Fri, 19 Jan 2001 00:57:04 +0000 (+0000) Subject: drees@spoke.nols.com found some typos. X-Git-Tag: SQUID_3_0_PRE1~1637 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76d83c525efe0e0eac1925499d88c7666291eb29;p=thirdparty%2Fsquid.git drees@spoke.nols.com found some typos. --- diff --git a/configure b/configure index ffb43a8f0f..66a5f8f3d2 100755 --- a/configure +++ b/configure @@ -59,7 +59,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-icmp Enable ICMP pinging" ac_help="$ac_help - --enable-delay-pools Enable delay pools to limit bandwith usage" + --enable-delay-pools Enable delay pools to limit bandwidth usage" ac_help="$ac_help --enable-mem-gen-trace Do trace of memory stuff" ac_help="$ac_help @@ -132,7 +132,7 @@ ac_help="$ac_help filesystem inodes than unlink.." ac_help="$ac_help --enable-underscores Squid by default rejects any host names with _ - in their name to conform with internet standars. + in their name to conform with internet standards. If you disagree with this you may allow _ in hostnames by using this switch, provided that the resolver library on the host where Squid runs diff --git a/configure.in b/configure.in index c89644032d..ed9a72c4a2 100644 --- a/configure.in +++ b/configure.in @@ -3,13 +3,13 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.218 2001/01/15 18:17:00 wessels Exp $ +dnl $Id: configure.in,v 1.219 2001/01/18 17:57:04 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.218 $)dnl +AC_REVISION($Revision: 1.219 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -381,7 +381,7 @@ AC_ARG_ENABLE(icmp, AC_SUBST(OPT_PINGER_EXE) AC_ARG_ENABLE(delay-pools, -[ --enable-delay-pools Enable delay pools to limit bandwith usage], +[ --enable-delay-pools Enable delay pools to limit bandwidth usage], [ if test "$enableval" = "yes" ; then echo "Delay pools enabled" DELAY_OBJS='$(DELAY_OBJS)' @@ -663,7 +663,7 @@ AC_ARG_ENABLE(truncate, dnl Enable underscore in hostnames AC_ARG_ENABLE(underscores, [ --enable-underscores Squid by default rejects any host names with _ - in their name to conform with internet standars. + in their name to conform with internet standards. If you disagree with this you may allow _ in hostnames by using this switch, provided that the resolver library on the host where Squid runs