From 266ed1c3dea3436ba6a302ba52cf9a776320b263 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Apr 2018 08:07:17 -0700 Subject: [PATCH] ref-manual: Updated example string for BUILDHISTORY_COMMIT_AUTHOR. I replaced the "<" and ">" constructs with the tags and . This is the preferred formatting for user-supplied values. (From yocto-docs rev: 1fc32486483c545671ffb2142b553da75dbe54fe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a0b22cd506..7db714a8fc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1871,7 +1871,7 @@ Git requires that the value you provide for the BUILDHISTORY_COMMIT_AUTHOR variable - takes the form of "name <email@host>". + takes the form of "name email@host". Providing an email address or host that is not valid does not produce an error.