]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Miscellaneous documentation fixes.
authorMartin Mares <mj@ucw.cz>
Tue, 19 Jan 1999 21:24:30 +0000 (21:24 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:58 +0000 (14:09 +0200)
Released as version 1.10.

ChangeLog
README
lspci.8
lspci.c
pciutils.h
pciutils.lsm
pciutils.spec
setpci.8

index 22c434a16bc54ffacb95c2dc4659b5ebee556ca8..785a8bce35315ec75236f58bac60fbf5c72c7acd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Jan 19 22:24:08 1999  Martin Mares  <mj@albireo.ucw.cz>
+
+       * Released as version 1.10.
+
+Mon Jan 18 08:51:17 1999  Martin Mares  <mj@albireo.ucw.cz>
+
+       * lspci.8, setpci.8: Miscellaneous fixes as suggested by
+       Dag Wieers <dag@digibel.be>.
+
 Sun Nov 29 20:05:56 1998  Martin Mares  <mj@albireo.ucw.cz>
 
        * pciutils.spec (Name): Update from Krzysztof G. Baranowski.
diff --git a/README b/README
index 081cd98789514d8af3b0fcd42be1f384b1e8f9a9..d960ba19138c1100686a820e8e8cfac57a92abf8 100644 (file)
--- 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 <mj@atrey.karlin.mff.cuni.cz>
+Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
 
 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 1656dbcb6816cb38f9f46184b6323d76b1fac39b..4b6c2f42c373720fce486b22857e896ebdad233f 100644 (file)
--- 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
 <file>
-as PCI ID database instead of /etc/pci.ids.
+as PCI ID database instead of /usr/share/pci.ids.
 .TP
 .B -p <dir>
 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 f9ed17ba7ffd5215da50059f3e501a16ef2f51b8..2480f89ee11bc98222e14fccd7c85bdb8d1ea4ab 100644 (file)
--- 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 <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 98545003a7508086acf171b253a841e1fcb63d29..4e2610884752ea6222c6ef5691863de006bcfefc 100644 (file)
@@ -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"
index 4662eef7f19610c7b2c0052f0118bd6d8969aaf6..cc1bbc4251c24d992f78ca6b5ff86a57514b7462 100644 (file)
@@ -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
index c9991791ded2b9ec7cfd45c45213e923cea0c9af..c7c1de1f6e6b1356be77ff9b5429c6acf0bbb946 100644 (file)
@@ -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
index d7f68e180f06e2fc8b64112413147faf71ec1bad..5c622aa9866e5b5bc40922f609eddef3429448f2 100644 (file)
--- 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 ]