Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2021 16:35:27 GMT
From:      Ceri Davies <ceri@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 67939f99b1 - main - Correct marginally incorrect markup.
Message-ID:  <202105191635.14JGZR6f014772@gitrepo.freebsd.org>

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

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

commit 67939f99b13a98f42603325996f8577716194b90
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2021-05-19 16:14:05 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2021-05-19 16:35:07 +0000

    Correct marginally incorrect markup.
    
    The markup previously used was not causing issues with a HTML build,
    but was generating errors when trying to build other formats
    (specifically PDF) as the intermediate output was not parsable by the
    asciidoctor backends.
    
    Approved by:    blackend (mentor)
---
 documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 2 +-
 documentation/content/en/books/porters-handbook/special/_index.adoc   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
index 4412e0d22c..0a85939535 100644
--- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
@@ -1765,7 +1765,7 @@ GL_PROJECT=	bar
 GL_COMMIT=	9c1669ce60c3f4f5eb43df874d7314483fb3f8a6
 ....
 
-It will have `MASTER_SITES` set to "`https://gitlab.example.com`" and `WRKSRC` to `${WRKDIR}/bar-9c1669ce60c3f4f5eb43df874d7314483fb3f8a6-9c1669ce60c3f4f5eb43df874d7314483fb3f8a6`.
+It will have `MASTER_SITES` set to `"https://gitlab.example.com"` and `WRKSRC` to `${WRKDIR}/bar-9c1669ce60c3f4f5eb43df874d7314483fb3f8a6-9c1669ce60c3f4f5eb43df874d7314483fb3f8a6`.
 
 [TIP]
 `20170906` is the date of the commit referenced in `GL_COMMIT`, not the date the [.filename]#Makefile# is edited, or the date the commit to the FreeBSD ports tree is made.
diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index 0d2c570408..0e3951e091 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -4224,7 +4224,7 @@ in their [.filename]#rc.conf.local#, and a variable substitution using ":=" woul
 
 [IMPORTANT]
 ====
-Ports _must not_ start and stop their services when installing and deinstalling. Do not abuse the [.filename]#plist# keywords described in crossref:plist[plist-keywords-base-exec,`@preexec command,@postexec command,@preunexec command,@postunexec command`] by running commands that modify the currently running system, including starting or stopping services.
+Ports _must not_ start and stop their services when installing and deinstalling. Do not abuse the [.filename]#plist# keywords described in crossref:plist[plist-keywords-base-exec, "the @preexec command,@postexec command,@preunexec command,@postunexec command section"] by running commands that modify the currently running system, including starting or stopping services.
 ====
 
 [[rc-scripts-checklist]]



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