summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-09-05 10:55:51 -0700
committerRuss Allbery <eagle@eyrie.org>2016-09-05 11:00:25 -0700
commit33455f7c50776a74cd53bdf4ec18c86c4a34b80b (patch)
tree6f76a25641e152d7b08b2705618ad3c3b65fe4fb /docs
parent9b50f691d78e9dec9683bbaad83bdf27f483915c (diff)
Coding style fixes for summary fix
Clean up some long lines, trailing whitespace, and added blank lines, and clean up some comments.
Diffstat (limited to 'docs')
-rw-r--r--docs/remctld.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/remctld.pod b/docs/remctld.pod
index 3a0c7fa..b58e269 100644
--- a/docs/remctld.pod
+++ b/docs/remctld.pod
@@ -307,15 +307,15 @@ specify a numeric UID by prepending it with C<#>.
=item summary=I<arg>
-[3.2] Specifies the argument for this command that will print a usage
+[3.13] Specifies the argument for this command that will print a usage
summary to standard output.
If remctld receives the command C<help> with no arguments, and no C<help>
command is defined in the configuration file, the server will look through
the configuration for any command with a C<summary> option set. If this
option is set, and the user is authorized to run the command, the server
-will run the specified I<executable> with the argument I<arg>, sending the
-output back to the user. It will do this for every command in the
+will run the specified I<executable> with the argument I<arg>, sending the
+output back to the user. It will do this for every command in the
configuration that meets the above criteria.
This allows display of a summary of available commands to the user based