diff options
author | dteske <dteske@FreeBSD.org> | 2013-04-22 06:13:30 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2013-04-22 06:13:30 +0000 |
commit | bd5972fc3aab5f99ffee80b630a117e2530c15ae (patch) | |
tree | 56905b5cb11fd06bf94820389ff18a82805eb3a5 /usr.sbin | |
parent | 41ba2f30cd574747dfe713b222ae8c5e57fd2373 (diff) | |
download | FreeBSD-src-bd5972fc3aab5f99ffee80b630a117e2530c15ae.zip FreeBSD-src-bd5972fc3aab5f99ffee80b630a117e2530c15ae.tar.gz |
Update comment for accuracy.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdconfig/share/device.subr | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |