mapped-devices: 'source' can be a list of strings.
Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (<mapped-device>)[source]: Update comment to note that this can be a list of strings.master
parent
ff8b5a3ae7
commit
d6d1cea624
|
@ -54,7 +54,7 @@
|
|||
(define-record-type* <mapped-device> mapped-device
|
||||
make-mapped-device
|
||||
mapped-device?
|
||||
(source mapped-device-source) ;string
|
||||
(source mapped-device-source) ;string | list of strings
|
||||
(target mapped-device-target) ;string
|
||||
(type mapped-device-type)) ;<mapped-device-kind>
|
||||
|
||||
|
|
Reference in New Issue