Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 06:13: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: r249755 - head/usr.sbin/bsdconfig/share
Message-ID:  <201304220613.r3M6DUjP022025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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()
 {



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