git: 02c2275c90 - main - FDP: Remove DocBook command and replace with AsciiDoc syntax
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=02c2275c90bebf8befaa9ece1e3563d27fa09ff1 commit 02c2275c90bebf8befaa9ece1e3563d27fa09ff1 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-07-15 07:50:00 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-07-15 07:50:00 +0000 FDP: Remove DocBook command and replace with AsciiDoc syntax PR: 261815 Reported by: Pau Amma <[email protected]> --- 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 1cd3c92736..2cf9aa94cc 100644 --- a/documentation/content/en/books/fdp-primer/writing-style/_index.adoc +++ b/documentation/content/en/books/fdp-primer/writing-style/_index.adoc @@ -154,7 +154,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 `man:[]` with the man:csh[1] entity): + Wrong: See `man csh` for more information. +