git: dd73b9c7e8 - main - fdp-primer/writing-style: Correct typo
Lorenzo Salvadore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=dd73b9c7e848ec48d38053ba1bf67baed59f11fe commit dd73b9c7e848ec48d38053ba1bf67baed59f11fe Author: Lorenzo Salvadore <[email protected]> AuthorDate: 2023-04-22 18:28:24 +0000 Commit: Lorenzo Salvadore <[email protected]> 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. +