Skip to content

Commit 0c413c2

Browse files
committed
fix pod error; pass links test
1 parent fdbc09e commit 0c413c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/system.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ other ways of interacting with the system through a low-level interface.
6161
=head1 Making operating system calls through the native API
6262
6363
The L<C<NativeCall>|/language/nativecall> API can be used to interact with
64-
system libraries, as well as any other accessible library. This <short
65-
tutorial|https://docs.perl6.org/language/nativecall#Short_Tutorial_on_calling_a_C_function>
64+
system libraries, as well as any other accessible library. This
65+
L<short tutorial|https://docs.perl6.org/language/nativecall#Short_Tutorial_on_calling_a_C_function>
6666
explains, for instance, how to call system functions such as C<getaddrinfo>
6767
using that interface; some other functions like C<kill> can also be L<accessed
6868
that way, via declaration using the NativeCall

0 commit comments

Comments
 (0)