~ruther/guix-local

d6d1cea624ad6869e4099672092516d7383204dc — Ludovic Courtès 9 years ago ff8b5a3
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/mapped-devices.scm
M gnu/system/mapped-devices.scm => gnu/system/mapped-devices.scm +1 -1
@@ 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>