This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository shepherd.
The following commit(s) were added to refs/heads/master by this push:
new e9f3560 doc: Fix typo in Jump start.
e9f3560 is described below
commit e9f3560414ed9c6ee9afe3a9ab85fd8e114f97cb
Author: Leo Famulari <[email protected]>
AuthorDate: Tue Mar 31 16:07:46 2020 -0400
doc: Fix typo in Jump start.
* doc/shepherd.texi (Jump start): Fix typo in documentation of special
action
'doc'.
---
doc/shepherd.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 9ecd2ab..39454ba 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -289,11 +289,11 @@ to load arbitrary code into the Shepherd at runtime, like
this:
herd load shepherd ~/additional-services.scm
@end example
-In the same vein the special action @code{doc} describes it service when
-called without an argument or describes a service-specific action when
-called with the action as the additional arguments. You can even get
-the list of the service-specific actions a service provides when using
-with the additional argument @code{list-actions}.
+In the same vein the special action @code{doc} describes its service
+when called without an argument or describes a service-specific action
+when called with the action as the additional arguments. You can even
+get the list of the service-specific actions a service provides when
+using with the additional argument @code{list-actions}.
@example
$ herd doc root
The root service is used to operate on shepherd itself.