svn commit: r294669 - head/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Sun Jan 24 17:15:43 UTC 2016


Author: dteske
Date: Sun Jan 24 17:15:42 2016
New Revision: 294669
URL: https://svnweb.freebsd.org/changeset/base/294669

Log:
  Fix a typo in a comment
  
  MFC after:	3 days
  X-MFC-to:	stable/10

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

Modified: head/usr.sbin/bsdconfig/share/strings.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/strings.subr	Sun Jan 24 17:09:11 2016	(r294668)
+++ head/usr.sbin/bsdconfig/share/strings.subr	Sun Jan 24 17:15:42 2016	(r294669)
@@ -110,7 +110,7 @@ f_sprintf()
 # Example 2:
 #
 # 	limit=12 format="%s %s"
-# 	format_args="   'doghouse'      'foxhound'   "
+# 	format_args="   'doghouse'      'fox'   "
 # 		# even more spaces added to illustrate escape-method
 # 	f_vsnprintf foo $limit "$format" "$format_args" # foo=[doghouse fox]
 #


More information about the svn-src-all mailing list