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

Devin Teske dteske at FreeBSD.org
Mon Apr 22 06:13:31 UTC 2013


Author: dteske
Date: Mon Apr 22 06:13:30 2013
New Revision: 249755
URL: http://svnweb.freebsd.org/changeset/base/249755

Log:
  Update comment for accuracy.

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

Modified: head/usr.sbin/bsdconfig/share/device.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/device.subr	Mon Apr 22 06:12:22 2013	(r249754)
+++ head/usr.sbin/bsdconfig/share/device.subr	Mon Apr 22 06:13:30 2013	(r249755)
@@ -393,9 +393,9 @@ f_device_name_get()
 # f_device_name_set $type $name $desc [$max]
 #
 # Store a description (desc) and [optionally] maximum number of devices to scan
-# for (max) in-association with device $type and $name. Returns success. Use
-# the f_device_name_get() routine with the same $name and [optionally] $type to
-# retrieve one of type, desc, or max properties.
+# for (max) in-association with device $type and $name. Returns success unless
+# $name is NULL or missing. Use the f_device_name_get() routine with the same
+# $name and optionally $type to retrieve one of type, desc, or max properties.
 #
 f_device_name_set()
 {


More information about the svn-src-all mailing list