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
|
||||
;; @dots{}
|
||||
(users (cons (user-acount
|
||||
(users (cons (user-account
|
||||
;; @dots{}
|
||||
(supplementary-groups
|
||||
'("adbusers" ;for adb
|
||||
|
|
Reference in New Issue