The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=4ab2d625e1462e9a78cb8086906c1a3da3aa6713
commit 4ab2d625e1462e9a78cb8086906c1a3da3aa6713 Author: Jonathan Matthews <[email protected]> AuthorDate: 2025-11-12 09:24:24 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2025-11-12 10:24:28 +0000 nuageinit.7: fix cloud-config header line This updates the nuageinit man page by aligning mentions of the cloud-config header line with the cloud-init documentation[0], removing an unwanted "!" character. [0] https://docs.cloud-init.io/en/latest/explanation/about-cloud-config.html#how-do-i-create-a-cloud-config-file Signed-off-by: Jonathan Matthews <[email protected]> Differential Revision: https://reviews.freebsd.org/D53706 --- libexec/nuageinit/nuageinit.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/nuageinit/nuageinit.7 b/libexec/nuageinit/nuageinit.7 index b527c984970c..445902ccf2c0 100644 --- a/libexec/nuageinit/nuageinit.7 +++ b/libexec/nuageinit/nuageinit.7 @@ -129,12 +129,12 @@ If this file starts with a it will be executed at the end of the boot via .Cm nuageinit_user_data_script . If this file starts with -.Qq #!cloud-config , +.Qq #cloud-config , it will be parsed as a YAML configuration file. All other cases will be ignored. .Pp The -.Qq #!cloud-config +.Qq #cloud-config configuration entries supported by .Nm : .Bl -tag -width "config-2"
