git: 02c2275c90 - main - FDP: Remove DocBook command and replace with AsciiDoc syntax
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jul 2023 07:50:53 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=02c2275c90bebf8befaa9ece1e3563d27fa09ff1 commit 02c2275c90bebf8befaa9ece1e3563d27fa09ff1 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-07-15 07:50:00 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-07-15 07:50:00 +0000 FDP: Remove DocBook command and replace with AsciiDoc syntax PR: 261815 Reported by: Pau Amma <pauamma@gundo.com> --- 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. +