Fix the tag for manpages sections
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 24 Jan 2011 13:05:25 +0000 (11:05 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 24 Jan 2011 13:05:25 +0000 (11:05 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/keytable/ir-keytable.1

index 07b35f3..dbd6ebe 100644 (file)
@@ -1,15 +1,15 @@
 .TH ir-keytable 1 2011-01-24 http://linuxtv.org/ "Media v4l2-utils commands" swiss-knife tool to handle Remote Controllers
-.SS NAME
+.SH NAME
 ir-keytable - a swiss-knife tool to handle Remote Controllers.
-.SS SYNOPSIS
+.SH SYNOPSIS
 Usage: ir-keytable [OPTION...] --device [/dev/input/event* device]
   or:  ir-keytable [OPTION...] --sysdev [ir class (f. ex. rc0)]
   or:  ir-keytable [OPTION...] [for using the rc0 sysdev]
-.SS DESCRIPTION
+.SH DESCRIPTION
 ir-keytable is a tool that lists the Remote Controller devices, allows to get/set IR keycode/scancode tables, test events generated by IR, and to adjust other options to it.
 
 Note: You need to have read permissions on /dev/input for most of the options to work.
-.SS OPTIONS
+.SH OPTIONS
   -a, --auto-load=CFGFILE    Auto-load a table, based on a configuration file.
                              Only works with sysdev.
   -c, --clear                clears the old table
@@ -40,10 +40,10 @@ On the options bellow, the arguments are:
   PROTOCOL - protocol name (nec, rc-5, rc-6, other) to be enabled
   CFGFILE  - configuration file that associates a driver/table name with a keymap file
 
-.SS EXIT STATUS
+.SH EXIT STATUS
 On success, it returns 0. Otherwise, it will return the error code.
 
-.SS EXAMPLES
+.SH EXAMPLES
   Common usages are:
 .PP
   To list all connected Remote Controller devices:
@@ -62,7 +62,7 @@ On success, it returns 0. Otherwise, it will return the error code.
 .PP
        ir-keytable -s rc1 -r
 
-.SS COPYRIGHT
+.SH COPYRIGHT
 Copyright (c) 2010-2011 by Mauro Carvalho Chehab <mchehab@redhat.com>.
 .PP
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.