mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
40 lines
808 B
Text
40 lines
808 B
Text
![]() |
#
|
||
|
# Borrowed from pacman
|
||
|
#
|
||
|
|
||
|
[macros]
|
||
|
(?su)[\\]?(?P<name>linkman):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
|
||
|
|
||
|
[attributes]
|
||
|
asterisk=*
|
||
|
plus=+
|
||
|
caret=^
|
||
|
startsb=[
|
||
|
endsb=]
|
||
|
backslash=\
|
||
|
tilde=~
|
||
|
apostrophe='
|
||
|
backtick=`
|
||
|
litdd=--
|
||
|
|
||
|
ifdef::backend-docbook[]
|
||
|
[linkman-inlinemacro]
|
||
|
{0%{target}}
|
||
|
{0#<citerefentry>}
|
||
|
{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
|
||
|
{0#</citerefentry>}
|
||
|
endif::backend-docbook[]
|
||
|
|
||
|
ifdef::backend-docbook[]
|
||
|
ifndef::docbook-xsl-172[]
|
||
|
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
|
||
|
# v1.72 breaks with this because it replaces dots not in roff requests.
|
||
|
[listingblock]
|
||
|
<example><title>{title}</title>
|
||
|
<literallayout>
|
||
|
|
|
||
|
</literallayout>
|
||
|
{title#}</example>
|
||
|
endif::docbook-xsl-172[]
|
||
|
endif::backend-docbook[]
|