From owner-freebsd-bugs Mon Nov 4 10:36:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12464 for bugs-outgoing; Mon, 4 Nov 1996 10:36:12 -0800 (PST) Received: from tintin.uun.org (tintin.uun.org [198.178.229.24]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA12447 for ; Mon, 4 Nov 1996 10:36:03 -0800 (PST) Received: from localhost.Berkeley.EDU (tlb@localhost.Berkeley.EDU [127.0.0.1]) by tintin.uun.org (8.6.12/8.6.11) with SMTP id NAA25430 for ; Mon, 4 Nov 1996 13:35:31 -0500 Message-Id: <199611041835.NAA25430@tintin.uun.org> X-Authentication-Warning: tintin.uun.org: Host localhost.Berkeley.EDU didn't use HELO protocol To: freebsd-bugs@freebsd.org Subject: man hangs Date: Mon, 04 Nov 1996 13:35:31 -0500 From: Trevor Blackwell Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The following patch causes man(1) not to hang in the downcase routine. System: FreeBSD 2.1.5-RELEASE #2 *** /usr/src/gnu/usr.bin/man/lib/util.c.orig Tue May 30 01:01:55 1995 --- /usr/src/gnu/usr.bin/man/lib/util.c Mon Nov 4 13:24:48 1996 *************** *** 59,65 **** while ((c = *s) != '\0') { if (isalpha (c)) ! *s++ = tolower (c); } } --- 59,66 ---- while ((c = *s) != '\0') { if (isalpha (c)) ! *s = tolower (c); ! s++; } } -- Trevor Blackwell tlb@viaweb.com (617) 876-2692 http://www.viaweb.com/