man pages: use standard NAME format
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 8 Apr 2015 19:11:41 +0000 (15:11 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 15 Apr 2015 15:16:21 +0000 (11:16 -0400)
commit94ffb05d6777efc0c40394d3df44a04feed92953
treea87a4bf44f3e01c703ac4e94abf622af62f38093
parente2ad251c620221af6108ea4d15f0c26cf5b587c1
man pages: use standard NAME format

As per man(7):

    The only mandatory heading is NAME, which should
    be the first section and be followed on the next
    line by a one-line description of the program:

        .SH NAME
        item \- description

    It is extremely important that this format is followed,
    and that there is a backslash before the single dash
    which follows the item name. This syntax is used by the
    mandb(8) program to create a database of short
    descriptions for the whatis(1) and apropos(1) commands.

Furthermore (lexgrog(1)):

    When using the traditional man macro set, a correct NAME
    section looks something like this:

        .SH NAME
        foo \- program to do something

    Some manual pagers require the ‘\-’ to be exactly as shown;
    mandb is more tolerant, but for compatibility with other
    systems it is nevertheless a good idea to retain the
    backslash.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-crash.1
doc/man/lttng-relayd.8
doc/man/lttng-sessiond.8
doc/man/lttng.1
This page took 0.026329 seconds and 5 git commands to generate.