]> git.e2factory.org Git - e2factory.git/commitdiff
fix e2config manpage: update e2source tag 'name' to 'location'
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Fri, 23 Oct 2009 20:50:18 +0000 (22:50 +0200)
committerGordon Hecker <gh@emlix.com>
Mon, 26 Oct 2009 10:47:53 +0000 (11:47 +0100)
The e2config manpage refers to the 'location' tag in e2source tables with the
old tag 'name'. Substitute all occurences of e2source 'name' tags with
'location'

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Acked-by: Gordon Hecker <gh@emlix.com>
doc/man/e2config.5

index 6c862cd0092cbfe2633c4586cd3dcbcdb878e58b..0f646051e4feae88edd8744be930ffeefb5de320 100644 (file)
@@ -187,7 +187,7 @@ properties should be set:
 .nf
 file = {
   { server = "<servername>",
-    name = "<path-to-file>",
+    location = "<path-to-file>",
     <destiny> = "contents"
   }
 } 
@@ -205,7 +205,7 @@ For example:
 e2source {
   file={
     { server="upstream",
-      name="hello/1.0/hello-1.0.tar.gz",
+      location="hello/1.0/hello-1.0.tar.gz",
       unpack="hello-1.0"
     }
   }
@@ -265,7 +265,7 @@ stored locally in the project:
 e2source {
   file={
     { server = ".",
-      name = "src/linux-config/my_config",
+      location = "src/linux-config/my_config",
       copy = ".config"
     }
   }