From bd5972fc3aab5f99ffee80b630a117e2530c15ae Mon Sep 17 00:00:00 2001 From: dteske Date: Mon, 22 Apr 2013 06:13:30 +0000 Subject: Update comment for accuracy. --- usr.sbin/bsdconfig/share/device.subr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/bsdconfig/share/device.subr') diff --git a/usr.sbin/bsdconfig/share/device.subr b/usr.sbin/bsdconfig/share/device.subr index 07b3f87..2b668e8 100644 --- a/usr.sbin/bsdconfig/share/device.subr +++ b/usr.sbin/bsdconfig/share/device.subr @@ -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() { -- cgit v1.1