diff options
| author | alm <alm@NetBSD.org> | 1993-11-09 02:59:05 +0000 |
|---|---|---|
| committer | alm <alm@NetBSD.org> | 1993-11-09 02:59:05 +0000 |
| commit | bc24dd374ef57efe376c69964cfa33b01acba79c (patch) | |
| tree | 599289cc4705d9662a43ef5100f2894a657a87b0 /usr.bin/more/pathnames.h | |
| parent | 0605e44a71c12601b7030696342827a4c71a904a (diff) | |
Add 4.4BSD more(1) from UUNET. Patched to support regex(3)
and implement historical more commands.
Diffstat (limited to 'usr.bin/more/pathnames.h')
| -rw-r--r-- | usr.bin/more/pathnames.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/more/pathnames.h b/usr.bin/more/pathnames.h index d62c9e8515c..6402b411b36 100644 --- a/usr.bin/more/pathnames.h +++ b/usr.bin/more/pathnames.h @@ -1,4 +1,4 @@ -/*- +/* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * @@ -30,10 +30,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)pathnames.h 5.2 (Berkeley) 4/18/91 - * $Id: pathnames.h,v 1.2 1993/08/01 18:11:02 mycroft Exp $ + * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */ #include <paths.h> -#define HELPFILE "/usr/share/misc/omore.help" +#define _PATH_HELPFILE "/usr/share/misc/more.help" |
