xref: /netbsd-src/external/gpl2/diffutils/dist/README (revision 75f6d617e282811cb173c2ccfbf5df0dd71f7045)
1*75f6d617SchristosREADME for GNU DIFF
2*75f6d617Schristos
3*75f6d617Schristos	Copyright (C) 1992, 1998, 2001, 2002 Free Software Foundation, Inc.
4*75f6d617Schristos
5*75f6d617Schristos	This file is part of GNU Diffutils.
6*75f6d617Schristos
7*75f6d617Schristos	This program is free software; you can redistribute it and/or modify
8*75f6d617Schristos	it under the terms of the GNU General Public License as published by
9*75f6d617Schristos	the Free Software Foundation; either version 2, or (at your option)
10*75f6d617Schristos	any later version.
11*75f6d617Schristos
12*75f6d617Schristos	This program is distributed in the hope that it will be useful,
13*75f6d617Schristos	but WITHOUT ANY WARRANTY; without even the implied warranty of
14*75f6d617Schristos	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*75f6d617Schristos	GNU General Public License for more details.
16*75f6d617Schristos
17*75f6d617Schristos	You should have received a copy of the GNU General Public License
18*75f6d617Schristos	along with this program; see the file COPYING.  If not, write to
19*75f6d617Schristos	the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20*75f6d617Schristos	Boston, MA 02111-1307, USA.
21*75f6d617Schristos
22*75f6d617Schristos
23*75f6d617SchristosThis directory contains the GNU diff, diff3, sdiff, and cmp utilities.
24*75f6d617SchristosTheir features are a superset of the Unix features and they are
25*75f6d617Schristossignificantly faster.
26*75f6d617Schristos
27*75f6d617SchristosPlease see the file COPYING for copying conditions.
28*75f6d617Schristos
29*75f6d617SchristosPlease see the file doc/diff.texi (or doc/diff.info) for documentation
30*75f6d617Schristosthat can be printed with TeX, or read with the `info' program or with
31*75f6d617SchristosEmacs's `M-x info'.  There are no man pages.
32*75f6d617Schristos
33*75f6d617SchristosSee the file INSTALL for generic compilation and installation instructions,
34*75f6d617Schristosand the file INSTALLME for instructions specific to GNU diff.
35*75f6d617Schristos
36*75f6d617SchristosSee the file ABOUT-NLS for notes about translations.
37*75f6d617Schristos
38*75f6d617SchristosPlease report bugs to <bug-gnu-utils@gnu.org>.
39