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]
 #
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to