summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-03 16:31:27 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-03 16:31:27 -0500
commitb3a9fd0697ef13589b017185df76afb4834627c3 (patch)
tree4086b785a7cdd96c4b8d3baad65f40d5e203dcd8
parentae66bea003cb6b72ea6e00a21951d9bcfa8a5a0b (diff)
downloadreply-b3a9fd0697ef13589b017185df76afb4834627c3.tar.gz
reply-b3a9fd0697ef13589b017185df76afb4834627c3.zip
pod fixes
-rw-r--r--lib/Reply.pm2
-rw-r--r--lib/Reply/Plugin.pm8
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/Reply.pm b/lib/Reply.pm
index 63de5e0..22f14d5 100644
--- a/lib/Reply.pm
+++ b/lib/Reply.pm
@@ -43,7 +43,7 @@ headers.
This contains a filename whose contents will be evaluated as perl code once the
configuration is done being loaded.
-=item script_lineI<n>
+=item script_line<I<n>>
Any options that start with C<script_line> will be sorted by their key and then
each value will be evaluated individually once the configuration is done being
diff --git a/lib/Reply/Plugin.pm b/lib/Reply/Plugin.pm
index 4d72b07..0e8fe45 100644
--- a/lib/Reply/Plugin.pm
+++ b/lib/Reply/Plugin.pm
@@ -61,10 +61,10 @@ single line from the user.
=item command_C<$name> (chained)
-If the line read from the user is of the form "#foo args...", then plugins will
-be searched for a callback method named C<command_foo>. This callback takes a
-single string containing the provided arguments, and returns a new line to
-evaluate instead, if any.
+If the line read from the user is of the form C<"#foo args...">, then plugins
+will be searched for a callback method named C<command_foo>. This callback
+takes a single string containing the provided arguments, and returns a new line
+to evaluate instead, if any.
=item mangle_line (chained)