Skip to content

Commit fcfeaf7

Browse files
committed
The search result was weird
1 parent f994048 commit fcfeaf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/nativecall.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Note that at the moment it's not as tested and developed as C support.
466466
The C<NativeCall> library exports several subroutines to help you work with
467467
data fron native libraries.
468468
469-
=head2 X<sub nativecast|sub>
469+
=head2 sub X<nativecast|sub>
470470
471471
sub nativecast($target-type, $source) is export(:DEFAULT)
472472
@@ -481,15 +481,15 @@ a C<subroutine> will be returned which will call the native function pointed to
481481
in the same way as a subroutine declared with the C<native> trait. This is described in
482482
L<Function Pointers|#Function_Pointers>.
483483
484-
=head2 X<sub cglobal|sub>
484+
=head2 sub X<cglobal|sub>
485485
486486
sub cglobal($libname, $symbol, $target-type) is export is rw
487487
488488
This returns a L<Proxy|/type/Proxy> object that provides access to the C<extern> named C<$symbol> that
489489
is exposed by the specified library. The library can be specified in the same ways that
490490
they can be to the C<native> trait.
491491
492-
=head2 X<sub nativesizeof|sub>
492+
=head2 sub X<nativesizeof|sub>
493493
494494
sub nativesizeof($obj) is export(:DEFAULT)
495495

0 commit comments

Comments
 (0)