diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-02 07:31:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-02 07:31:58 +0000 |
| commit | e07e86d04649be8fc9a537c0ab3e511635ec4cd8 (patch) | |
| tree | be0a959e707248fd0c14448975fefdb7ebc40040 /usr.sbin/sysinstall/tcpip.c | |
| parent | 6380fb9d12309d3e86d600864d355a1292eaaf71 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 29499c421b5d..c7d46ea75abf 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.31 1995/09/18 16:52:38 peter Exp $ + * $Id: tcpip.c,v 1.32 1995/12/07 10:34:19 peter Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. @@ -54,6 +54,9 @@ #include "colors.h" #include "sysinstall.h" +/* The help file for the TCP/IP setup screen */ +#define TCP_HELPFILE "tcp" + /* These are nasty, but they make the layout structure a lot easier ... */ static char hostname[HOSTNAME_FIELD_LEN], domainname[HOSTNAME_FIELD_LEN], |
