>From 2b4785716abf2655d5be35679d5e2dfed62d27d7 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 31 Mar 2020 16:07:46 -0400 Subject: [PATCH] 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. -- 2.26.0