- (bal) --with-catman should be --with-mantype patch by Dave
   Dykstra <dwd@bell-labs.com>
diff --git a/ChangeLog b/ChangeLog
index 7f77e58..abeda27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,8 @@
      move the path for xauth to pathnames.h
  - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
  - (bal) ANSIify strmode()
+ - (bal) --with-catman should be --with-mantype patch by Dave 
+   Dykstra <dwd@bell-labs.com> 
 
 20010606
  - OpenBSD CVS Sync
@@ -5590,4 +5592,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1271 2001/06/09 02:22:16 mouring Exp $
+$Id: ChangeLog,v 1.1272 2001/06/09 02:26:58 mouring Exp $
diff --git a/configure.in b/configure.in
index 83e044f..abc7744 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.288 2001/06/09 02:16:29 mouring Exp $
+# $Id: configure.in,v 1.289 2001/06/09 02:26:59 mouring Exp $
 
 AC_INIT(ssh.c)
 
@@ -1415,7 +1415,7 @@
 AC_SUBST(INSTALL_SSH_PRNG_CMDS)
 
 
-AC_ARG_WITH(catman,
+AC_ARG_WITH(mantype,
 	[  --with-mantype=man|cat|doc  Set man page type],
 	[
 		case "$withval" in