Front page | perl.perl6.internals |
Postings from February 2002
[PATCH] Core.ops documentation nits
Thread Next
From:
Simon Glover
Date:
February 16, 2002 14:32
Subject:
[PATCH] Core.ops documentation nits
Message ID:
Pine.GSO.4.10.10202162230480.659-100000@muinntiarach.roe.ac.uk
Enclosed patch fixes a few small bugs in the core.ops documentation.
Simon
--- core.ops.old Sat Feb 16 17:08:02 2002
+++ core.ops Sat Feb 16 17:29:12 2002
@@ -575,7 +575,7 @@
=head2 Conditional branch operations
-These opertions perform a conditional relative branch. If the condition is
+These operations perform a conditional relative branch. If the condition is
met, the branch happens, otherwise control falls to the next operation.
=over 4
@@ -889,7 +889,6 @@
}
-=back
=cut
@@ -1299,8 +1298,6 @@
=item B<mul>(out NUM, in NUM, in NUM)
-=item B<mul>(n, n, nc)
-
Set $1 to the product of $2 and $3.
=cut
@@ -1318,7 +1315,9 @@
########################################
-=item B<not>(out INT, in INT)
+=item B<neg>(out INT, in INT)
+
+=item B<neg>(out NUM, in NUM)
Set $1 to the negative of $2.
@@ -2178,6 +2177,10 @@
goto NEXT();
}
+=back
+
+=cut
+
###############################################################################
Thread Next
-
[PATCH] Core.ops documentation nits
by Simon Glover