aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-07-15 07:50:00 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-07-15 07:50:00 +0000
commit02c2275c90bebf8befaa9ece1e3563d27fa09ff1 (patch)
treef702599638ccc31901717cd959e5f762598de2b6
parentcdcd5d5fa377517754b623fae6f1e895991395f1 (diff)
downloaddoc-02c2275c90bebf8befaa9ece1e3563d27fa09ff1.tar.gz
doc-02c2275c90bebf8befaa9ece1e3563d27fa09ff1.zip
FDP: Remove DocBook command and replace with AsciiDoc syntax
PR: 261815 Reported by: Pau Amma <pauamma@gundo.com>
-rw-r--r--documentation/content/en/books/fdp-primer/writing-style/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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.
+