Skip to content

Commit

Permalink
Merge pull request #2372 from finanalyst/master
Browse files Browse the repository at this point in the history
Changes as requested by AlexDaniel
  • Loading branch information
AlexDaniel committed Oct 9, 2018
2 parents bc5ec07 + 086f362 commit 66b4065
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions doc/Language/00-POD6-CONTROL
Expand Up @@ -3,12 +3,12 @@
#
# DO NOT REMOVE OR MODIFY THE FILE NAME AT THE END OF EACH LINE

section: AT THE BEGINNING
section: At the beginning

Brief Introduction FILE: intro
Perl 6 Example P6-101 FILE: 101-basics

section: MIGRATION GUIDES
section: Migration guides

Perl 5 to Perl 6 guide - In a Nutshell FILE: 5to6-nutshell
Perl 5 to Perl 6 guide - Overview FILE: 5to6-overview
Expand All @@ -21,7 +21,7 @@ Javascript (Node) to Perl 6 - Nutshell FILE: js-nutshell
Python to Perl 6 - Nutshell FILE: py-nutshell
Ruby to Perl 6 - Nutshell FILE: rb-nutshell

section: TUTORIALS
section: Tutorials

Classes and objects FILE: classtut
Concurrency FILE: concurrency
Expand All @@ -36,7 +36,7 @@ Module development utilities FILE: modules-extra
Module packages FILE: module-packages
Modules FILE: modules

section: GENERAL REFERENCE
section: General reference

About the docs FILE: about
Community FILE: community
Expand All @@ -48,7 +48,7 @@ Terms FILE: terms
Testing FILE: testing
Traps to avoid FILE: traps

section: PERL 6 FUNDAMENTAL TOPICS
section: Fundamental topics

Containers FILE: containers
Contexts and contextualizers FILE: contexts
Expand Down Expand Up @@ -86,6 +86,6 @@ Unicode FILE: unicode
Unicode versus ASCII symbols FILE: unicode_ascii
Variables FILE: variables

section: PERL 6 ADVANCED TOPICS
section: Advanced topics

Experimental Features FILE: experimental
2 changes: 1 addition & 1 deletion doc/Language/intro.pod6
Expand Up @@ -2,7 +2,7 @@
=TITLE Brief Introduction
=SUBTITLE Using the Perl 6 Documentation
=SUBTITLE Using this documentation
Documenting a large language like Perl 6 has to balance several contradictory
goals, such as being brief whilst being comprehensive, catering to professional
Expand Down
4 changes: 2 additions & 2 deletions util/manage-page-order.p6
Expand Up @@ -58,7 +58,7 @@ given $mode {
do-update()
} else {
copy-dir-tree :fromdir('doc'), :todir('build')
};
}
}
default {
EXIT("\$mode '$mode' is unknown");
Expand Down Expand Up @@ -450,7 +450,7 @@ sub help {
-n - create (for mode 'control')
-h - extended help
-d - debug
-m - manage (include the categories)
-m - manage (include the categories)
Note: The modes are selected by entering either the first letter
of the mode name or its complete name.
Expand Down

0 comments on commit 66b4065

Please sign in to comment.