From: Philippe Proulx Date: Tue, 17 Nov 2015 04:38:05 +0000 (-0500) Subject: doc/man: add common OPTIONS head for command man pages X-Git-Tag: v2.8.0-rc1~55 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=83f27f7110707c0da4628afe11779a73521fd9d1;hp=ceb84f55430bdf4a9cd1c0e9a9da819598ad59f6 doc/man: add common OPTIONS head for command man pages Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 7eba803f9..bb123d767 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -46,7 +46,8 @@ MAN_XML = $(patsubst $(srcdir)/%.txt,%.xml,$(MAN_TXT)) # common AsciiDoc source files COMMON_TXT = \ $(srcdir)/common-footer.txt \ - $(srcdir)/common-cmd-footer.txt + $(srcdir)/common-cmd-footer.txt \ + $(srcdir)/common-cmd-options-head.txt # config ASCIIDOC_CONF = $(srcdir)/asciidoc.conf diff --git a/doc/man/common-cmd-options-head.txt b/doc/man/common-cmd-options-head.txt new file mode 100644 index 000000000..fba544ebc --- /dev/null +++ b/doc/man/common-cmd-options-head.txt @@ -0,0 +1,3 @@ +OPTIONS +------- +General options are described in linklttng:lttng(1).