diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-12-21 19:59:15 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-12-21 19:59:15 +0000 |
commit | 3d926fa72889d9d813dc7ebc753adbb7b9614bba (patch) | |
tree | e3d3429361187eef5af84c41b6d09e9df0633264 /usr.sbin | |
parent | 6b6187c5ffb4f5c24ac294342ae4a149673ca0b2 (diff) | |
download | FreeBSD-src-3d926fa72889d9d813dc7ebc753adbb7b9614bba.zip FreeBSD-src-3d926fa72889d9d813dc7ebc753adbb7b9614bba.tar.gz |
o Wording and spelling fixes for security menu description.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/menus.c | 10 | ||||
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index bfbb317..3e207ea 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -2082,11 +2082,11 @@ DMenu MenuUsermgmt = { DMenu MenuSecurity = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "System Security Options Menu", - "This menu allows you to configure aspects of the operating systme\n" - "policy. If configured improperly, these settings may result in\n" - "substantially impaired system operation. Please read the system\n" - "documentation carefully before modifying these settings. Many\n" - "settings will take affect only following a system reboot.", + "This menu allows you to configure aspects of the operating system security\n" + "policy. Please read the system documentation carefully before modifying\n" + "these settings, as they may cause service disruption if used improperly.\n" + "\n" + "Most settings will take affect only following a system reboot.", "Configure system security options", NULL, { { "X Exit", "Exit this menu (returning to previous)", diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index bfbb317..3e207ea 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -2082,11 +2082,11 @@ DMenu MenuUsermgmt = { DMenu MenuSecurity = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "System Security Options Menu", - "This menu allows you to configure aspects of the operating systme\n" - "policy. If configured improperly, these settings may result in\n" - "substantially impaired system operation. Please read the system\n" - "documentation carefully before modifying these settings. Many\n" - "settings will take affect only following a system reboot.", + "This menu allows you to configure aspects of the operating system security\n" + "policy. Please read the system documentation carefully before modifying\n" + "these settings, as they may cause service disruption if used improperly.\n" + "\n" + "Most settings will take affect only following a system reboot.", "Configure system security options", NULL, { { "X Exit", "Exit this menu (returning to previous)", |