Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ptsfa!ihnp4!inuxc!pur-ee!j.cc.purdue.edu!i.cc.purdue.edu!arthur.cs.purdue.edu!cew From: cew@arthur.cs.purdue.edu.UUCP Newsgroups: comp.bugs.4bsd Subject: fix to /usr/man/man0/tocrc 4.3BSD Message-ID: <1076@arthur.cs.purdue.edu> Date: Thu, 19-Mar-87 13:48:42 EST Article-I.D.: arthur.1076 Posted: Thu Mar 19 13:48:42 1987 Date-Received: Sat, 21-Mar-87 10:23:31 EST Organization: Department of Computer Science, Purdue University Lines: 10 Index: /usr/man/man0/tocrc 4.3BSD Description: In /usr/man/man0/tocrc, the string '\s-2' is stripped out but not the corresponding string '\s+2'. This causes big (literally) problems when creating table of contents and permuted index files. P\s-2OST\s+2S\s-2CRIPT\s+2 gets transformed to POST\s+2SCRIPT\s+2. Fix: Add two lines to tocrc to also strip '\s+2'.