svn commit: r253168 - stable/9/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Wed Jul 10 20:20:24 UTC 2013


Author: dteske
Date: Wed Jul 10 20:20:23 2013
New Revision: 253168
URL: http://svnweb.freebsd.org/changeset/base/253168

Log:
  MFC r253121: Adjust comments to fit within 80-columns.

Modified:
  stable/9/usr.sbin/bsdconfig/share/dialog.subr

Modified: stable/9/usr.sbin/bsdconfig/share/dialog.subr
==============================================================================
--- stable/9/usr.sbin/bsdconfig/share/dialog.subr	Wed Jul 10 19:44:43 2013	(r253167)
+++ stable/9/usr.sbin/bsdconfig/share/dialog.subr	Wed Jul 10 20:20:23 2013	(r253168)
@@ -195,8 +195,8 @@ f_dialog_line_sanitize()
 # argument is NULL, the current title is returned.
 #
 # Each time this function is called, a backup of the current values is made
-# allowing a one-time (single-level) restoration of the previous title using the
-# f_dialog_title_restore() function (below).
+# allowing a one-time (single-level) restoration of the previous title using
+# the f_dialog_title_restore() function (below).
 #
 f_dialog_title()
 {


More information about the svn-src-all mailing list