From: Martin Mares Date: Sun, 2 Nov 2014 10:23:20 +0000 (+0100) Subject: Clean up man pages X-Git-Tag: v3.3.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6d6a58d735141917b3b0471b9a2cb275583f16d;p=thirdparty%2Fpciutils.git Clean up man pages We do not call .IX as it's not defined in mandoc. Ellipsis at the end of line is protected by \&. Inspired by Debian patches for the following bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674708 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675087 --- diff --git a/lspci.man b/lspci.man index 601a48a..0703222 100644 --- a/lspci.man +++ b/lspci.man @@ -1,5 +1,4 @@ .TH lspci 8 "@TODAY@" "@VERSION@" "The PCI Utilities" -.IX lspci .SH NAME lspci \- list all PCI devices .SH SYNOPSIS diff --git a/pcilib.man b/pcilib.man index dde7e2f..8eb651b 100644 --- a/pcilib.man +++ b/pcilib.man @@ -1,5 +1,4 @@ .TH pcilib 7 "@TODAY@" "@VERSION@" "The PCI Utilities" -.IX pcilib .SH NAME pcilib \- a library for accessing PCI devices diff --git a/setpci.man b/setpci.man index c35b996..d71628a 100644 --- a/setpci.man +++ b/setpci.man @@ -1,5 +1,4 @@ .TH setpci 8 "@TODAY@" "@VERSION@" "The PCI Utilities" -.IX setpci .SH NAME setpci \- configure PCI devices .SH SYNOPSIS @@ -115,7 +114,7 @@ options of the same kind are specified, the rightmost one overrides the others. .PP There are two kinds of operations: reads and writes. To read a register, just specify its name. Writes have the form -.IR name = value , value ... +.IR name = value , value ...\& where each .I value is either a hexadecimal number or an expression of type diff --git a/update-pciids.man b/update-pciids.man index 6b1d65c..60c379d 100644 --- a/update-pciids.man +++ b/update-pciids.man @@ -1,5 +1,4 @@ .TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities" -.IX update-pciids .SH NAME update-pciids \- download new version of the PCI ID list