Annotation of embedaddon/pciutils/update-pciids.man, revision 1.1

1.1     ! misho       1: .TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
        !             2: .IX update-pciids
        !             3: 
        !             4: .SH NAME
        !             5: update-pciids \- download new version of the PCI ID list
        !             6: 
        !             7: .SH SYNOPSIS
        !             8: .B update-pciids
        !             9: .RB [ -q ]
        !            10: 
        !            11: .SH DESCRIPTION
        !            12: .B update-pciids
        !            13: fetches the current version of the pci.ids file from the primary distribution
        !            14: site and installs it.
        !            15: 
        !            16: This utility requires curl, wget or lynx to be installed. If gzip or bzip2
        !            17: are available, it automatically downloads the compressed version of the list.
        !            18: 
        !            19: .SH OPTIONS
        !            20: .TP
        !            21: .B -q
        !            22: Be quiet and do not report anything except errors.
        !            23: 
        !            24: .SH FILES
        !            25: .TP
        !            26: .B @IDSDIR@/pci.ids
        !            27: Here we install the new list.
        !            28: 
        !            29: .SH SEE ALSO
        !            30: .BR lspci (8),
        !            31: .BR setpci (8)
        !            32: 
        !            33: .SH AUTHOR
        !            34: The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>