From owner-svn-src-head@FreeBSD.ORG Mon Apr 22 06:13:31 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1F879F9E; Mon, 22 Apr 2013 06:13:31 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1259A1243; Mon, 22 Apr 2013 06:13:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3M6DUBZ022026; Mon, 22 Apr 2013 06:13:30 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3M6DUjP022025; Mon, 22 Apr 2013 06:13:30 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201304220613.r3M6DUjP022025@svn.freebsd.org> From: Devin Teske Date: Mon, 22 Apr 2013 06:13:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249755 - head/usr.sbin/bsdconfig/share X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2013 06:13:31 -0000 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() {