diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2004-01-26 13:45:21 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2004-01-26 13:45:21 +0000 |
commit | 9220eb85cb7f5d6aba843cdb7cfed720e43b3895 (patch) | |
tree | fd0168025656146ba98003a04f2ac1ca1030b720 /usr.sbin | |
parent | 5eb4925c66f9b3ba81656c1a7f574086745c2e27 (diff) | |
download | src-9220eb85cb7f5d6aba843cdb7cfed720e43b3895.tar.gz src-9220eb85cb7f5d6aba843cdb7cfed720e43b3895.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 628055c2ba45..2f9dc8da85c6 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -92,7 +92,7 @@ static Layout layout[] = { netmask, STRINGOBJ, NULL }, #define LAYOUT_EXTRAS 6 { 14, 10, 37, HOSTNAME_FIELD_LEN - 1, - "Extra options to ifconfig:", + "Extra options to ifconfig (usually empty):", "Any interface-specific options to ifconfig you would like to add", extras, STRINGOBJ, NULL }, #define LAYOUT_OKBUTTON 7 |