Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2022 08:26:28 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: fb40f7a6d8 - main - [doc-en][articles/committers-guide] Fix subsection
Message-ID:  <202209300826.28U8QSgp072409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=fb40f7a6d80b21aa0da2d2ed43c9e9051b3e3f8b

commit fb40f7a6d80b21aa0da2d2ed43c9e9051b3e3f8b
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-09-30 08:20:48 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-09-30 08:20:48 +0000

    [doc-en][articles/committers-guide] Fix subsection
    
    Add a blank line after "====" subsection. The English version is rendered well
    anyway, but translations get the wrong string mixing the title and the content
    of the translation.
---
 documentation/content/en/articles/committers-guide/_index.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 216afb4458..52aa7d887f 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -769,6 +769,7 @@ Git differs from other version control systems in that you have to tell it expli
 I have opted to do it on the commit command line, but you can also do it with 'git add' which many of the more in depth tutorials cover.
 
 ====== Time to update
+
 When it is time to bring in a new version, it is almost the same as w/o the branches.
 You would update like you would above, but there is one extra command before you update, and one after.
 The following assumes you are starting with an unmodified tree.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209300826.28U8QSgp072409>