doc: Fix typo in example.
* doc/guix.texi (Base Services)[file->udev-rule]: Correct misspelt "user-account". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
022767d7c1
commit
54a9fe3429
|
@ -12869,7 +12869,7 @@ well as in the @var{groups} field of the @var{operating-system} record.
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
;; @dots{}
|
;; @dots{}
|
||||||
(users (cons (user-acount
|
(users (cons (user-account
|
||||||
;; @dots{}
|
;; @dots{}
|
||||||
(supplementary-groups
|
(supplementary-groups
|
||||||
'("adbusers" ;for adb
|
'("adbusers" ;for adb
|
||||||
|
|
Reference in New Issue