git: 67939f99b1 - main - Correct marginally incorrect markup.

Ceri Davies <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by ceri:

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

commit 67939f99b13a98f42603325996f8577716194b90
Author:     Ceri Davies <[email protected]>
AuthorDate: 2021-05-19 16:14:05 +0000
Commit:     Ceri Davies <[email protected]>
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]]
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.