summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-08 12:00:47 +0000
committerjkh <jkh@FreeBSD.org>1996-07-08 12:00:47 +0000
commit4194bf5b92b4b344666986ab0937d57fd69bf877 (patch)
treea63d7fcbe352fa31ad31565d8d681a845fdf3c3f /usr.sbin/sysinstall/media.c
parent9929334754f739cf7f31f96e95498c8b5fba8de6 (diff)
downloadFreeBSD-src-4194bf5b92b4b344666986ab0937d57fd69bf877.zip
FreeBSD-src-4194bf5b92b4b344666986ab0937d57fd69bf877.tar.gz
Update the documentation here and there.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index ae5e66f..7ef5109 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: media.c,v 1.47 1996/07/08 10:08:12 jkh Exp $
+ * $Id: media.c,v 1.48 1996/07/08 11:07:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -271,7 +271,7 @@ mediaSetFTP(dialogMenuItem *self)
}
else if (!strcmp(cp, "other")) {
variable_set2(VAR_FTP_PATH, "ftp://");
- dialog_clear();
+ dialog_clear();
cp = variable_get_value(VAR_FTP_PATH, "Please specify the URL of a FreeBSD distribution on a\n"
"remote ftp site. This site must accept either anonymous\n"
"ftp or you should have set an ftp username and password\n"
OpenPOWER on IntegriCloud