From 1472c7b42033cd022f8bcb88f004dca248bc46ba Mon Sep 17 00:00:00 2001 From: Matthias Kaehlcke Date: Fri, 23 Oct 2009 22:50:18 +0200 Subject: [PATCH] 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 --- doc/man/e2config.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } } -- 2.39.5