1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Fix RFC number 1544 -> 1644

This commit is contained in:
Andrey A. Chernov 1998-03-09 14:24:21 +00:00
parent c944287a6e
commit 140aed06db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34427
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.154 1998/02/12 17:53:19 yokota Exp $
* $Id: menus.c,v 1.155 1998/03/07 08:59:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1235,7 +1235,7 @@ DMenu MenuNetworking = {
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ "AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
{ "TCP Extentions", "Allow RFC1323 and RFC1544 TCP extentions?",
{ "TCP Extentions", "Allow RFC1323 and RFC1644 TCP extentions?",
dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extentions=YES" },
{ "Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.154 1998/02/12 17:53:19 yokota Exp $
* $Id: menus.c,v 1.155 1998/03/07 08:59:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1235,7 +1235,7 @@ DMenu MenuNetworking = {
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ "AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
{ "TCP Extentions", "Allow RFC1323 and RFC1544 TCP extentions?",
{ "TCP Extentions", "Allow RFC1323 and RFC1644 TCP extentions?",
dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extentions=YES" },
{ "Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: menus.c,v 1.154 1998/02/12 17:53:19 yokota Exp $
* $Id: menus.c,v 1.155 1998/03/07 08:59:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -1235,7 +1235,7 @@ DMenu MenuNetworking = {
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ "AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
{ "TCP Extentions", "Allow RFC1323 and RFC1544 TCP extentions?",
{ "TCP Extentions", "Allow RFC1323 and RFC1644 TCP extentions?",
dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extentions=YES" },
{ "Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },