doc: add a few more escapes and fix usage of {}
These addditional attributes come from the git asciidoc.conf file. Also, fix a place where we used {treename} without escaping the braces, causing the generated manpage to be missing text. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
e711e5b950
commit
1855b3073a
2 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@ plus=+
|
||||||
caret=^
|
caret=^
|
||||||
startsb=[
|
startsb=[
|
||||||
endsb=]
|
endsb=]
|
||||||
|
backslash=\
|
||||||
tilde=~
|
tilde=~
|
||||||
|
apostrophe='
|
||||||
|
backtick=`
|
||||||
|
litdd=--
|
||||||
|
|
||||||
ifdef::backend-docbook[]
|
ifdef::backend-docbook[]
|
||||||
[linkman-inlinemacro]
|
[linkman-inlinemacro]
|
||||||
|
|
|
@ -215,7 +215,7 @@ directory with these packages so pacman can find it when run with '\--refresh'.
|
||||||
|
|
||||||
The above command will generate a compressed database named
|
The above command will generate a compressed database named
|
||||||
'/home/pkgs/custom.db.tar.gz'. Note that the database must be of the form
|
'/home/pkgs/custom.db.tar.gz'. Note that the database must be of the form
|
||||||
'{treename}.db.tar.gz', where '{treename}' is the name of the section defined in
|
'\{treename\}.db.tar.gz', where '\{treename\}' is the name of the section defined in
|
||||||
the configuration file. That's it! Now configure your custom section in the
|
the configuration file. That's it! Now configure your custom section in the
|
||||||
configuration file as shown in the config example above. Pacman will now use your
|
configuration file as shown in the config example above. Pacman will now use your
|
||||||
package repository. If you add new packages to the repository, remember to
|
package repository. If you add new packages to the repository, remember to
|
||||||
|
|
Loading…
Add table
Reference in a new issue