summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-12-13 23:37:33 +0000
committersteve <steve@FreeBSD.org>1998-12-13 23:37:33 +0000
commit9dee5ea855ca6aba70057552f75d19834c7ff6e4 (patch)
treea763ce81adf1c58fc6776b62c04e04b9efbccae3 /usr.sbin/sysinstall/index.c
parenta5951b43db933baecfa342ce61a0c8601e80828b (diff)
downloadFreeBSD-src-9dee5ea855ca6aba70057552f75d19834c7ff6e4.zip
FreeBSD-src-9dee5ea855ca6aba70057552f75d19834c7ff6e4.tar.gz
Fix a couple grammar and typographical errors.
PR: 8355 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 5d44d65..bd6c97c 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: index.c,v 1.56 1998/10/13 07:31:37 jkh Exp $
+ * $Id: index.c,v 1.57 1998/10/15 06:50:43 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -69,13 +69,13 @@ static char *descrs[] = {
"astro", "Applications related to astronomy.",
"archivers", "Utilities for archiving and unarchiving data.",
"audio", "Audio utilities - most require a supported sound card.",
- "biology", "Software related to Biology.",
+ "biology", "Software related to biology.",
"benchmarks", "Utilities for measuring system performance.",
"benchmarking", "Utilities for measuring system performance.",
"cad", "Computer Aided Design utilities.",
"chinese", "Ported software for the Chinese market.",
"comms", "Communications utilities.",
- "converters", "Format conversion utilities..",
+ "converters", "Format conversion utilities.",
"databases", "Database software.",
"devel", "Software development utilities and libraries.",
"development", "Software development utilities and libraries.",
@@ -95,7 +95,7 @@ static char *descrs[] = {
"libraries", "Software development libraries.",
"mail", "Electronic mail packages and utilities.",
"math", "Mathematical computation software.",
- "mbone", "Applications and utilities for the mbone.",
+ "mbone", "Applications and utilities for the MBONE.",
"misc", "Miscellaneous utilities.",
"net", "Networking utilities.",
"networking", "Networking utilities.",
@@ -103,27 +103,27 @@ static char *descrs[] = {
"numeric", "Mathematical computation software.",
"offix", "An office automation suite of sorts.",
"orphans", "Packages without a home elsewhere.",
- "perl5", "Utilities/modules for the PERL5 language..",
- "pilot", "Software support for the USR Palm Pilot(tm).",
- "plan9", "Software from the plan9 Operating System.",
+ "perl5", "Utilities/modules for the PERL5 language.",
+ "pilot", "Software support for the 3COM/USR Palm Pilot(tm).",
+ "plan9", "Software from the Plan9 operating system.",
"print", "Utilities for dealing with printing.",
"printing", "Utilities for dealing with printing.",
"programming", "Software development utilities and libraries.",
- "python", "Software related to the python language.",
+ "python", "Software related to the Python language.",
"russian", "Ported software for the Russian market.",
"security", "System security software.",
"shells", "Various shells (tcsh, bash, etc).",
"sysutils", "Various system utilities.",
"textproc", "Text processing/search utilities.",
- "tcl75", "TCL v7.5 and packages which depend on it.",
- "tcl76", "TCL v7.6 and packages which depend on it.",
- "tcl80", "TCL v8.0 and packages which depend on it.",
- "tcl81", "TCL v8.1 and packages which depend on it.",
- "tk41", "Tk4.1 and packages which depend on it.",
- "tk42", "Tk4.2 and packages which depend on it.",
- "tk80", "Tk8.0 and packages which depend on it.",
- "tk81", "Tk8.1 and packages which depend on it.",
- "troff", "TROFF Text formatting utilities.",
+ "tcl75", "TCL v7.5 and packages that depend on it.",
+ "tcl76", "TCL v7.6 and packages that depend on it.",
+ "tcl80", "TCL v8.0 and packages that depend on it.",
+ "tcl81", "TCL v8.1 and packages that depend on it.",
+ "tk41", "Tk4.1 and packages that depend on it.",
+ "tk42", "Tk4.2 and packages that depend on it.",
+ "tk80", "Tk8.0 and packages that depend on it.",
+ "tk81", "Tk8.1 and packages that depend on it.",
+ "troff", "TROFF text formatting utilities.",
"utils", "Various user utilities.",
"utilities", "Various user utilities.",
"vietnamese", "Ported software for the Vietnamese market.",
@@ -133,7 +133,7 @@ static char *descrs[] = {
"x11-fm", "X Window System based file managers.",
"x11-fonts", "X Window System fonts.",
"x11-toolkits", "X Window System based development toolkits.",
- "x11-wm", "X Window System Window Managers.",
+ "x11-wm", "X Window System window managers.",
NULL, NULL,
};
OpenPOWER on IntegriCloud