Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 00:30:30 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244804 - head/usr.sbin/bsdconfig/share
Message-ID:  <201212290030.qBT0UUiB035476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Sat Dec 29 00:30:30 2012
New Revision: 244804
URL: http://svnweb.freebsd.org/changeset/base/244804

Log:
  Comments.

Modified:
  head/usr.sbin/bsdconfig/share/dialog.subr

Modified: head/usr.sbin/bsdconfig/share/dialog.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/dialog.subr	Sat Dec 29 00:21:02 2012	(r244803)
+++ head/usr.sbin/bsdconfig/share/dialog.subr	Sat Dec 29 00:30:30 2012	(r244804)
@@ -938,7 +938,7 @@ f_dialog_clear()
 # f_dialog_info $info_text ...
 #
 # Throw up a dialog(1) infobox. The infobox remains until another dialog is
-# displayed or `dialog --clear' (or dialog_clear) is called.
+# displayed or `dialog --clear' (or f_dialog_clear) is called.
 #
 f_dialog_info()
 {
@@ -1494,6 +1494,9 @@ f_dialog_init()
 
 ############################################################ MAIN
 
+#
+# Self-initialize unless requested otherwise
+#
 f_dprintf "%s: DIALOG_SELF_INITIALIZE=[%s]" \
           dialog.subr "$DIALOG_SELF_INITIALIZE"
 case "$DIALOG_SELF_INITIALIZE" in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212290030.qBT0UUiB035476>