aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2007-06-25 16:37:17 +0000
committerPhilip Paeps <philip@FreeBSD.org>2007-06-25 16:37:17 +0000
commit8375edb4bb8771ceb29dfd44f47e5d03544c5dda (patch)
tree44bec475d5d95cd84a7407293d078dfef6ce5d71 /usr.sbin/sysinstall/sysinstall.h
parente2ebaca52a7a0eeee6842f8df7bb9cfecbbbae04 (diff)
downloadsrc-8375edb4bb8771ceb29dfd44f47e5d03544c5dda.tar.gz
src-8375edb4bb8771ceb29dfd44f47e5d03544c5dda.zip
Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).
While here, fix a couple of comments too. Submitted by: Oliver Fromme <olli -at- lurza.secnetix.de> Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=171027
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 9ac1214453f1..0263bf64b18d 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -484,7 +484,7 @@ extern DMenu MenuHTMLDoc; /* HTML Documentation menu */
extern DMenu MenuUsermgmt; /* User management menu */
extern DMenu MenuFixit; /* Fixit floppy/CDROM/shell menu */
extern DMenu MenuXOrgConfig; /* Select X.Org configuration tool */
-extern int FixItMode; /* FixItMode starts shell onc urrent device (ie Serial port) */
+extern int FixItMode; /* FixItMode starts shell on current device (ie Serial port) */
extern const char * StartName; /* Which name we were started as */
extern int NCpus; /* # cpus on machine */