diff options
author | eric <eric@FreeBSD.org> | 2001-07-31 04:14:44 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-07-31 04:14:44 +0000 |
commit | f2e1ef72924f0d6ae48277b1b68e47bf3970cbc2 (patch) | |
tree | 3969ac5bceb5371a491e7f1727c8b4f946a9f638 /usr.sbin | |
parent | 26012d6fbfecaf04fc8b62bcc212912970ef4306 (diff) | |
download | FreeBSD-src-f2e1ef72924f0d6ae48277b1b68e47bf3970cbc2.zip FreeBSD-src-f2e1ef72924f0d6ae48277b1b68e47bf3970cbc2.tar.gz |
Remove an accidental comma that managed to creep in with the last commit.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/menus.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index bd1ab9a..6cd2ea9 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -1262,7 +1262,7 @@ DMenu MenuStartup = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "Startup Services Menu", "This menu allows you to configure various aspects of your system's\n" - "startup configuration. Use [SPACE] or [ENTER] to select items, and\n", + "startup configuration. Use [SPACE] or [ENTER] to select items, and\n" "[TAB] to move to the buttons. Select Exit to leave this menu.", NULL, NULL, diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index bd1ab9a..6cd2ea9 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1262,7 +1262,7 @@ DMenu MenuStartup = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "Startup Services Menu", "This menu allows you to configure various aspects of your system's\n" - "startup configuration. Use [SPACE] or [ENTER] to select items, and\n", + "startup configuration. Use [SPACE] or [ENTER] to select items, and\n" "[TAB] to move to the buttons. Select Exit to leave this menu.", NULL, NULL, |