summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-05-08 21:11:12 -0400
committerRicardo Signes <rjbs@cpan.org>2012-05-08 21:25:41 -0400
commit5f3a9e9ee8590e793ba3f789e4469c90fc8bc69b (patch)
tree2970ad6a6ad399db3f7a3cba22fdd3d1cc390806 /x2p
parented260fbbeb9b3eb019398e84f1d723ab07cb3e68 (diff)
downloadperl-5f3a9e9ee8590e793ba3f789e4469c90fc8bc69b.tar.gz
add a missing blink above =item to s2p.PL
Diffstat (limited to 'x2p')
-rw-r--r--x2p/s2p.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/x2p/s2p.PL b/x2p/s2p.PL
index cc7ade0f21..8a5abaeca8 100644
--- a/x2p/s2p.PL
+++ b/x2p/s2p.PL
@@ -497,6 +497,7 @@ Swap the contents of the pattern space and the hold space.
#--------------------------------------------------------------------------
$ComTab{'y'}=[ 2, 'tra', \&Emit, '' ]; #ok
+
=item [2addr]B<y>B</>I<string1>B</>I<string2>B</>
In the pattern space, replace all characters occurring in I<string1> by the
@@ -520,7 +521,7 @@ Prints the current line number on the standard output.
#--------------------------------------------------------------------------
$ComTab{':'}=[ 0, 'str', \&Label, '' ]; #ok
-
+
=item [0addr]B<:> [I<label>]
The command specifies the position of the I<label>. It has no other effect.