From b6a52b7ad29a79ddca0fb0c35df3fbdec67464cd Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 18 Jun 2006 00:10:50 +0000 Subject: further work on converting from rst to markdown git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1297 980ebf18-57e1-0310-9a29-db15c13687c0 --- documentation/structures.page | 4 ++-- 1 file 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). -- cgit