We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8bfd9 commit 0c678b4Copy full SHA for 0c678b4
doc/Programs/02-reading-docs.pod6
@@ -6,7 +6,7 @@
6
7
=head1 X<INTRODUCTION|p6doc>
8
9
-Program C<p6doc> is a command-line-interface (CLI) program to read
+Program C<p6doc> is a command-line-interface (CLI) program that reads
10
Perl 6 pod from B<installed> modules' source code, in contrast to
11
running C<perl6 --doc=MODULE programfile> which reads Perl 6 pod from
12
the named source file.
@@ -24,7 +24,7 @@ how you installed Rakudo Perl 6. To install it use C<zef>:
24
25
=head1 DESCRIPTION
26
27
-With no switches or arguments, C<p6doc> lists its help to C<$*OUT> (stdout):
+With no switches or arguments, C<p6doc> lists its help to C<$*OUT> (C<stdout>):
28
29
=begin code :skip-test
30
You want to maintain the index?
0 commit comments