From: Matthias Kaehlcke Date: Fri, 23 Oct 2009 20:50:18 +0000 (+0200) Subject: fix e2config manpage: update e2source tag 'name' to 'location' X-Git-Tag: e2factory-2.3.2rc1~30 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=1472c7b42033cd022f8bcb88f004dca248bc46ba;p=e2factory.git fix e2config manpage: update e2source tag 'name' to 'location' 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 Acked-by: Gordon Hecker --- diff --git a/doc/man/e2config.5 b/doc/man/e2config.5 index 6c862cd..0f64605 100644 --- a/doc/man/e2config.5 +++ b/doc/man/e2config.5 @@ -187,7 +187,7 @@ properties should be set: .nf file = { { server = "", - name = "", + location = "", = "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" } }