summaryrefslogtreecommitdiffstats
path: root/doc/unsorted
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-03-24 12:06:21 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-03-24 12:06:21 -0500
commit562ca69c9dfadb89202661dee317ec31f84cadb7 (patch)
treec06c7c1b91f971de13f9ef594c3569708d4442fe /doc/unsorted
parent16072ab1b2c3785b7a35c54b1f28a7142563330b (diff)
downloadbcfg2-562ca69c9dfadb89202661dee317ec31f84cadb7.tar.gz
bcfg2-562ca69c9dfadb89202661dee317ec31f84cadb7.tar.bz2
bcfg2-562ca69c9dfadb89202661dee317ec31f84cadb7.zip
doc: Remove references to ConfigFiles
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/unsorted')
-rw-r--r--doc/unsorted/emacs_snippet.txt2
-rw-r--r--doc/unsorted/vim_snippet.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/unsorted/emacs_snippet.txt b/doc/unsorted/emacs_snippet.txt
index b9f7fd25b..4eefb4583 100644
--- a/doc/unsorted/emacs_snippet.txt
+++ b/doc/unsorted/emacs_snippet.txt
@@ -31,7 +31,7 @@ More snippets are under development.
("<Group" "<Group name='${1:groupname}>
$0
</Group>" nil)
- ("<Config" "<ConfigFile name='${1:filename}'/>
+ ("<Path" "<Path name='${1:filename}'/>
$0" nil)
("<Service" "<Service name='${1:svcname}'/>
$0" nil)
diff --git a/doc/unsorted/vim_snippet.txt b/doc/unsorted/vim_snippet.txt
index e4fda7eca..4598b5c1d 100644
--- a/doc/unsorted/vim_snippet.txt
+++ b/doc/unsorted/vim_snippet.txt
@@ -30,9 +30,9 @@ that allow quick composition of bundles and base files.
<Group name='${1:groupname}'>
${2}
</Group>
- # ConfigFile
- snippet <Config
- <ConfigFile name='${1:filename}'/>
+ # Path
+ snippet <Path
+ <Path name='${1:filename}'/>
# Service
snippet <Service
<Service name='${1:svcname}'/>