diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index 74e09145b..4658b1e92 100644 --- a/man/repo-manifest.1 +++ b/man/repo-manifest.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "April 2025" "repo manifest" "Repo Manual" +.TH REPO "1" "November 2025" "repo manifest" "Repo Manual" .SH NAME repo \- repo manifest - manual page for repo manifest .SH SYNOPSIS @@ -186,8 +186,11 @@ CDATA #IMPLIED> +.TP + .IP - @@ -493,19 +496,21 @@ element of `project`. .PP Element annotation .PP -Zero or more annotation elements may be specified as children of a project or -remote element. Each element describes a name\-value pair. For projects, this -name\-value pair will be exported into each project's environment during a -\&'forall' command, prefixed with `REPO__`. In addition, there is an optional -attribute "keep" which accepts the case insensitive values "true" (default) or -"false". This attribute determines whether or not the annotation will be kept -when exported with the manifest subcommand. +Zero or more annotation elements may be specified as children of a project +element, an extend\-project element, or a remote element. Each element describes +a name\-value pair. For projects, this name\-value pair will be exported into each +project's environment during a 'forall' command, prefixed with `REPO__`. In +addition, there is an optional attribute "keep" which accepts the case +insensitive values "true" (default) or "false". This attribute determines +whether or not the annotation will be kept when exported with the manifest +subcommand. .PP Element copyfile .PP Zero or more copyfile elements may be specified as children of a project -element. Each element describes a src\-dest pair of files; the "src" file will be -copied to the "dest" place during `repo sync` command. +element, or an extend\-project element. Each element describes a src\-dest pair of +files; the "src" file will be copied to the "dest" place during `repo sync` +command. .PP "src" is project relative, "dest" is relative to the top of the tree. Copying from paths outside of the project or to paths outside of the repo client is not