diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-15 07:50:00 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-15 07:50:00 +0000 |
| commit | 02c2275c90bebf8befaa9ece1e3563d27fa09ff1 (patch) | |
| tree | f702599638ccc31901717cd959e5f762598de2b6 | |
| parent | cdcd5d5fa377517754b623fae6f1e895991395f1 (diff) | |
| download | doc-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.adoc | 2 |
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. + |
