From: Martin Mares Date: Tue, 19 Jan 1999 21:24:30 +0000 (+0000) Subject: Miscellaneous documentation fixes. X-Git-Tag: v3.0.0~304 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6ece6bc6bf4741318d53b298f848b549d063b9f6;p=pciutils.git Miscellaneous documentation fixes. Released as version 1.10. --- diff --git a/ChangeLog b/ChangeLog index 22c434a..785a8bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jan 19 22:24:08 1999 Martin Mares + + * Released as version 1.10. + +Mon Jan 18 08:51:17 1999 Martin Mares + + * lspci.8, setpci.8: Miscellaneous fixes as suggested by + Dag Wieers . + Sun Nov 29 20:05:56 1998 Martin Mares * pciutils.spec (Name): Update from Krzysztof G. Baranowski. diff --git a/README b/README index 081cd98..d960ba1 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This package contains the Linux PCI Utilities, version 1.08. +This package contains the Linux PCI Utilities, version 1.10. -Copyright (c) 1998 Martin Mares +Copyright (c) 1997--1999 Martin Mares All files in this package can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or diff --git a/lspci.8 b/lspci.8 index 1656dbc..4b6c2f4 100644 --- a/lspci.8 +++ b/lspci.8 @@ -1,4 +1,4 @@ -.TH lspci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities" +.TH lspci 8 "19 January 1999" "pciutils-1.10" "Linux PCI Utilities" .IX lspci .SH NAME lspci \- list all PCI devices @@ -71,7 +71,7 @@ hexadecimal and may be omitted or given as "*" meaning "any value". Use .B -as PCI ID database instead of /etc/pci.ids. +as PCI ID database instead of /usr/share/pci.ids. .TP .B -p Use @@ -84,7 +84,7 @@ for easy parsing by scripts. .SH FILES .TP -.B /etc/pci.ids +.B /usr/share/pci.ids A list of all known PCI ID's (vendors, devices, classes and subclasses). .TP .B /proc/bus/pci diff --git a/lspci.c b/lspci.c index f9ed17b..2480f89 100644 --- a/lspci.c +++ b/lspci.c @@ -1,9 +1,9 @@ /* - * $Id: lspci.c,v 1.17 1998/11/18 14:06:07 mj Exp $ + * $Id: lspci.c,v 1.18 1999/01/19 21:24:38 mj Exp $ * * Linux PCI Utilities -- List All PCI Devices * - * Copyright (c) 1997, 1998 Martin Mares + * Copyright (c) 1997--1999 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ diff --git a/pciutils.h b/pciutils.h index 9854500..4e26108 100644 --- a/pciutils.h +++ b/pciutils.h @@ -1,5 +1,5 @@ /* - * $Id: pciutils.h,v 1.10 1998/11/22 08:56:02 mj Exp $ + * $Id: pciutils.h,v 1.11 1999/01/19 21:24:42 mj Exp $ * * Linux PCI Utilities -- Declarations * @@ -16,7 +16,7 @@ #include "pci.h" #endif -#define PCIUTILS_VERSION "1.09" +#define PCIUTILS_VERSION "1.10" #define PROC_BUS_PCI "/proc/bus/pci" #define ETC_PCI_IDS "/usr/share/pci.ids" diff --git a/pciutils.lsm b/pciutils.lsm index 4662eef..cc1bbc4 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,7 +1,7 @@ Begin3 Title: Linux PCI Utilities -Version: 1.09 -Entered-date: 981122 +Version: 1.10 +Entered-date: 990119 Description: This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Requires kernel version 2.1.82 or newer (supporting the /proc/bus/pci @@ -9,7 +9,7 @@ Description: This package contains various utilities for inspecting and Keywords: kernel, pci, proc, lspci, setpci Author: mj@atrey.karlin.mff.cuni.cz (Martin Mares) Maintained-by: mj@atrey.karlin.mff.cuni.cz (Martin Mares) -Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.09.tar.gz -Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.09.tar.gz +Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.10.tar.gz +Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.10.tar.gz Copying-policy: GPL End diff --git a/pciutils.spec b/pciutils.spec index c999179..c7c1de1 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,5 +1,5 @@ Name: pciutils -Version: 1.09 +Version: 1.10 Release: 1 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz Copyright: GNU GPL diff --git a/setpci.8 b/setpci.8 index d7f68e1..5c622aa 100644 --- a/setpci.8 +++ b/setpci.8 @@ -1,7 +1,7 @@ -.TH setpci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities" +.TH setpci 8 "19 January 1999" "pciutils-1.10" "Linux PCI Utilities" .IX setpci .SH NAME -lspci \- configure PCI devices +setpci \- configure PCI devices .SH SYNOPSIS .B setpci .RB [ options ]