=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xstr/Attic/xstr.1,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/xstr/Attic/xstr.1 2000/03/14 14:58:27 1.8 +++ src/usr.bin/xstr/Attic/xstr.1 2000/12/17 21:33:02 1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xstr.1,v 1.8 2000/03/14 14:58:27 aaron Exp $ +.\" $OpenBSD: xstr.1,v 1.9 2000/12/17 21:33:02 millert Exp $ .\" $NetBSD: xstr.1,v 1.4 1994/11/26 09:25:22 jtc Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -78,9 +78,9 @@ to then be compiled. The strings from this file are placed in the .Pa strings -data base if they are not there already. +database if they are not there already. Repeated strings and strings which are suffixes of existing strings -do not cause changes to the data base. +do not cause changes to the database. .It Fl l Ar array Specify the named array in program references to abstracted strings. The default array name is @@ -144,7 +144,7 @@ .Sh FILES .Bl -tag -width /tmp/xsxx* -compact .It Pa strings -data base of strings +database of strings .It Pa x.c massaged C source .It Pa xs.c @@ -164,8 +164,8 @@ command appeared in .Bx 3.0 . .Sh BUGS -If a string is a suffix of another string in the data base, +If a string is a suffix of another string in the database, but the shorter string is seen first by .Nm -both strings will be placed in the data base, when just +both strings will be placed in the database, when just placing the longer one there will do.