diff options
Diffstat (limited to 'share/man/man9/device_set_desc.9')
-rw-r--r-- | share/man/man9/device_set_desc.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/device_set_desc.9 b/share/man/man9/device_set_desc.9 index 9ca746e..fae5839 100644 --- a/share/man/man9/device_set_desc.9 +++ b/share/man/man9/device_set_desc.9 @@ -49,10 +49,12 @@ .Pp Manipulate the verbose description of a device. This description (if present) is printed as part of the message when it is attached during -autoconfiguration. The variation +autoconfiguration. +The variation .Xr device_set_desc_copy 9 is used to set the description if the string passed is a temporary -buffer which will be overwritten. In this case, the system will copy +buffer which will be overwritten. +In this case, the system will copy the string, otherwise the pointer passed will be used directly. .Sh SEE ALSO .Xr device 9 |