X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Fasciidoc.conf.in;fp=doc%2Fman%2Fasciidoc.conf.in;h=b264bc6eb85a1a5e10d5de3104dd0d19e0e03e8b;hb=daa968e39ecfa8ad5b753a06382a1b6248ae0283;hp=0000000000000000000000000000000000000000;hpb=6652e57aa8a80f3ecc65e8f2d405b2994aeb988e;p=lttng-tools.git diff --git a/doc/man/asciidoc.conf.in b/doc/man/asciidoc.conf.in new file mode 100644 index 000000000..b264bc6eb --- /dev/null +++ b/doc/man/asciidoc.conf.in @@ -0,0 +1,153 @@ +[macros] + +# man macro +# +# Inspired by linkgit macro: +# +# +# Usage: man:command(manpage-section) +(?su)[\\]?(?Pman):(?P\S*?)\((?P.*?)\)= + +# linkgenoptions macro +# +# Usage: linkgenoptions:(text) +(?su)[\\]?(?Plinkgenoptions):\((?P.*?)\)= + +# no link option macro +# +# Usage: nloption:--option-name +(?su)[\\]?(?Pnloption):(?P--?[a-zA-Z0-9-]*)= + +# lttng(1) general option macro +# +# Usage: genoption:--option-name +(?su)[\\]?(?Pgenoption):(?P--?[a-zA-Z0-9-]*)= + +# option macro +# +# Usage: option:--option-name +(?su)[\\]?(?Poption):(?P--?[a-zA-Z0-9-]*)= + +# not macro +# +# Usage: :not: +:not:=not + +# escwc macro +# +# Usage: :escwc: +:escwc:=escwc + +# man macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[man-inlinemacro] +{0%{target}} +{0#} +{0#{target}{0}} +{0#} +endif::backend-docbook[] +endif::doctype-manpage[] + +# linkgenoptions macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[linkgenoptions-inlinemacro] +{text} +endif::backend-docbook[] +endif::doctype-manpage[] + +# option macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[option-inlinemacro] +{opt} +endif::backend-docbook[] +endif::doctype-manpage[] + +# no link option macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[nloption-inlinemacro] +{opt} +endif::backend-docbook[] +endif::doctype-manpage[] + +# lttng(1) general option macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[genoption-inlinemacro] +{opt} +endif::backend-docbook[] +endif::doctype-manpage[] + +# not macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[not-inlinemacro] +NOT +endif::backend-docbook[] +endif::doctype-manpage[] + +# escwc macro expansions +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[escwc-inlinemacro] +\e* +endif::backend-docbook[] +endif::doctype-manpage[] + +# configure XML man page header +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[header] +template::[header-declarations] + + +{mantitle} +{manvolnum} +LTTng +{lttng_version} +LTTng Manual + + + {manname} + {manpurpose} + +endif::backend-docbook[] +endif::doctype-manpage[] + +[attributes] +default_agent_tcp_port="@DEFAULT_AGENT_TCP_PORT@" +default_app_socket_rw_timeout="@DEFAULT_APP_SOCKET_RW_TIMEOUT@" +default_channel_subbuf_size="@DEFAULT_CHANNEL_SUBBUF_SIZE@" +default_channel_tracefile_count="@DEFAULT_CHANNEL_TRACEFILE_COUNT@" +default_channel_tracefile_size="@DEFAULT_CHANNEL_TRACEFILE_SIZE@" +default_kernel_channel_live_timer="@DEFAULT_KERNEL_CHANNEL_LIVE_TIMER@" +default_kernel_channel_read_timer="@DEFAULT_KERNEL_CHANNEL_READ_TIMER@" +default_kernel_channel_subbuf_num="@DEFAULT_KERNEL_CHANNEL_SUBBUF_NUM@" +default_kernel_channel_subbuf_size="@DEFAULT_KERNEL_CHANNEL_SUBBUF_SIZE@" +default_kernel_channel_switch_timer="@DEFAULT_KERNEL_CHANNEL_SWITCH_TIMER@" +default_lttng_live_timer="@DEFAULT_LTTNG_LIVE_TIMER@" +default_metadata_cache_size="@DEFAULT_METADATA_CACHE_SIZE@" +default_metadata_read_timer="@DEFAULT_METADATA_READ_TIMER@" +default_metadata_subbuf_num="@DEFAULT_METADATA_SUBBUF_NUM@" +default_metadata_subbuf_size="@DEFAULT_METADATA_SUBBUF_SIZE@" +default_metadata_switch_timer="@DEFAULT_METADATA_SWITCH_TIMER@" +default_network_control_port="@DEFAULT_NETWORK_CONTROL_PORT@" +default_network_data_port="@DEFAULT_NETWORK_DATA_PORT@" +default_network_viewer_port="@DEFAULT_NETWORK_VIEWER_PORT@" +default_ust_pid_channel_live_timer="@DEFAULT_UST_PID_CHANNEL_LIVE_TIMER@" +default_ust_pid_channel_read_timer="@DEFAULT_UST_PID_CHANNEL_READ_TIMER@" +default_ust_pid_channel_subbuf_num="@DEFAULT_UST_PID_CHANNEL_SUBBUF_NUM@" +default_ust_pid_channel_subbuf_size="@DEFAULT_UST_PID_CHANNEL_SUBBUF_SIZE@" +default_ust_pid_channel_switch_timer="@DEFAULT_UST_PID_CHANNEL_SWITCH_TIMER@" +default_ust_uid_channel_live_timer="@DEFAULT_UST_UID_CHANNEL_LIVE_TIMER@" +default_ust_uid_channel_read_timer="@DEFAULT_UST_UID_CHANNEL_READ_TIMER@" +default_ust_uid_channel_subbuf_num="@DEFAULT_UST_UID_CHANNEL_SUBBUF_NUM@" +default_ust_uid_channel_subbuf_size="@DEFAULT_UST_UID_CHANNEL_SUBBUF_SIZE@" +default_ust_uid_channel_switch_timer="@DEFAULT_UST_UID_CHANNEL_SWITCH_TIMER@" +default_agent_bind_address="@DEFAULT_AGENT_BIND_ADDRESS@" +default_network_control_bind_address="@DEFAULT_NETWORK_CONTROL_BIND_ADDRESS@" +default_network_data_bind_address="@DEFAULT_NETWORK_DATA_BIND_ADDRESS@" +default_network_viewer_bind_address="@DEFAULT_NETWORK_VIEWER_BIND_ADDRESS@"