summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-11-29 14:52:36 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-11-29 14:52:36 -0500
commit3e14e316a554910b2e57eef044c48c8fbe148671 (patch)
treeb899d72baa315998061a4a329b116f6bea8d11d4 /doc
parente7502b3300cc4f70194fc28856b84bfccbdeb46d (diff)
doc: Remove unimplemented 'herd rules udev'.
Since this text was added, the rules.d directory is now exposed straightforwardly via the standard /etc/udev/rules.d directory, so there's no need for a special 'rules' service action to print that directory. * doc/guix.texi (Base Services): Remove the paragraph documenting the nonexistent 'herd rules udev' command.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index caa6976a82..47b805dc7f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18409,9 +18409,6 @@ udev rules can be provided as a list of files through the @var{rules}
variable. The procedures @code{udev-rule}, @code{udev-rules-service}
and @code{file->udev-rule} from @code{(gnu services base)} simplify the
creation of such rule files.
-
-The @command{herd rules udev} command, as root, returns the name of the
-directory containing all the active udev rules.
@end deffn
@deffn {Scheme Procedure} udev-rule [@var{file-name} @var{contents}]