Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2023 09:29:58 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: dd73b9c7e8 - main - fdp-primer/writing-style: Correct typo
Message-ID:  <202304230929.33N9Tw4D087383@gitrepo.freebsd.org>

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

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

commit dd73b9c7e848ec48d38053ba1bf67baed59f11fe
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-04-22 18:28:24 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-04-23 09:29:15 +0000

    fdp-primer/writing-style: Correct typo
    
    Approved by:    dbaio
    Differential Revision: https://reviews.freebsd.org/D39762
---
 documentation/content/en/books/fdp-primer/writing-style/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/fdp-primer/writing-style/_index.adoc b/documentation/content/en/books/fdp-primer/writing-style/_index.adoc
index a3cd675081..f5b6904c1e 100644
--- a/documentation/content/en/books/fdp-primer/writing-style/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/writing-style/_index.adoc
@@ -159,7 +159,7 @@ Wrong: ... in the filename [.filename]#/etc/rc.local#...
 +
 Right: ... in [.filename]#/etc/rc.local#...
 +
-Manual page references (the second example uses `citerefentry` with the man:csh[1] entity):.
+Manual page references (the second example uses `citerefentry` with the man:csh[1] entity):
 +
 Wrong: See `man csh` for more information.
 +



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