summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-18 00:10:50 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-18 00:10:50 +0000
commitb6a52b7ad29a79ddca0fb0c35df3fbdec67464cd (patch)
tree318746b0f76da64e14bb5e4eb0acd4f2a6da4e05
parent3772aaf3d3d96058d9a88b86e477e9845fc49736 (diff)
downloadpuppet-b6a52b7ad29a79ddca0fb0c35df3fbdec67464cd.tar.gz
puppet-b6a52b7ad29a79ddca0fb0c35df3fbdec67464cd.tar.xz
puppet-b6a52b7ad29a79ddca0fb0c35df3fbdec67464cd.zip
further work on converting from rst to markdown
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1297 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--documentation/structures.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/structures.page b/documentation/structures.page
index 5359330c2..e6d61b0c9 100644
--- a/documentation/structures.page
+++ b/documentation/structures.page
@@ -16,7 +16,7 @@ determine the final type configuration::
package { apache: install => true }
Puppet also provides facilities for defining new types as collections of
-existing types (see Components_ below), but there is no syntactic difference
+existing types (see Components below), but there is no syntactic difference
between using builtin types like ``file`` and ``package`` and using defined
types. Any operation or syntax that succeeds for builtin types should also
work for defined types.
@@ -312,4 +312,4 @@ words like ``true``, ``define``, ``inherits``, and ``class`` are all reserved.
# Comments
Puppet supports sh-style comments; they can either be on their own line or at
-the end of a line (see the Conditionals_ example above).
+the end of a line (see the Conditionals example above).