diff options
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], |
