Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix links of the form L<Sdd-x>
  • Loading branch information
Mouq committed Sep 16, 2013
1 parent cc24a5d commit 5097a7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion S02-bits.pod
Expand Up @@ -2685,7 +2685,7 @@ as C<-n> or C<-p>) can put you into a domain specific language,
in which case C<CORE> remains the scope of the standard language,
while C<SETTING> represents the scope defining the DSL that functions
as the setting of the current file. See also the C<-L>/C<--language>
switch described in L<S19-commandline>. If a setting wishes
switch described in L<S19>. If a setting wishes
to gain control of the main execution, it merely needs to declare
a C<MAIN> routine as documented in S06. In this case the ordinary
execution of the user's code is suppressed; instead, execution
Expand Down
2 changes: 1 addition & 1 deletion S17-concurrency.pod
Expand Up @@ -180,7 +180,7 @@ The exceptions are:
ControlExceptionSigLOST Term ? File lock lost
ControlExceptionSigWINCH Ign ? Window resize signal (4.3BSD, Sun)

See L<S04-control> for details on how to handle exceptions.
See L<S04> for details on how to handle exceptions.

XXX I'm unsure how the actions in the table above can be made to make sense. The Ign
actions are already dealt with because %SIG{CHLD}.exception already defaults to undefined.
Expand Down
2 changes: 1 addition & 1 deletion S19-commandline.pod
Expand Up @@ -179,7 +179,7 @@ Run option through C preprocessor. This caused problems for Perl 5, and is compl

Enable rudimentary switch parsing. By default, Perl 6 parses the
arguments passed to a script using the signature supplied by the user
in the MAIN routine (see L<S06-subroutines/"Declaring a MAIN subroutine">).
in the MAIN routine (see L<S06/"Declaring a MAIN subroutine">).

=item -t

Expand Down
2 changes: 1 addition & 1 deletion S28-special-names.pod
Expand Up @@ -170,7 +170,7 @@ If a column has a "-" in it, it means that item is unavailable in that version o
$# - Deprecated long ago
$^H - These were only ever internal anyway
%^H -
- $! Current exception (see L<S04-control>)
- $! Current exception (see L<S04>)
$! $ERRNO $OS_ERROR - Use shiny new $!
$? $CHILD_ERROR - Use shiny new $!
$@ $EVAL_ERROR - Use shiny new $!
Expand Down
2 changes: 1 addition & 1 deletion S29-functions.pod
Expand Up @@ -805,7 +805,7 @@ delete, exists, pop, push, shift, splice, unshift

=head3 Numeric

See L<S32-setting-library/Numeric>.
See L<S32/Numeric>.

=head3 IO

Expand Down

0 comments on commit 5097a7b

Please sign in to comment.