]> mj.ucw.cz Git - pciutils.git/commitdiff
Removed "Linux" from the package name
authorMartin Mares <mj@ucw.cz>
Sat, 27 Dec 2003 13:41:32 +0000 (13:41 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:15 +0000 (14:18 +0200)
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-32

12 files changed:
ChangeLog
Makefile
common.c
lib/filter.c
lspci.c
lspci.man
pciutils.h
pciutils.lsm
pciutils.spec
setpci.c
setpci.man
update-pciids.man

index aa3ca88627cbb033daafa5ecb5d6ffebd18dc797..0947e9656b0926e9c6ad459be6d064d371249a67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-27  Martin Mares  <mj@ucw.cz>
+
+       * Removed last few references to the "Linux PCI Utilities", the
+       package is pretty cross-platform now :)
+
 2003-12-27  Martin Mares  <mj@ucw.cz>
 
        * Released as 2.1.99-test2.
index 4d0c215e6db186304fb84426fd1c8dd12e6a668a..fb5eeca3805606347c800fb43f83450291cc36ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Makefile for Linux PCI Utilities
+# Makefile for The PCI Utilities
 # (c) 1998--2003 Martin Mares <mj@ucw.cz>
 
 OPT=-O2 -fomit-frame-pointer
index 723d66b66a882728f28a5e15d77cbde9bdd8af40..a8d39d52f73ede2c225188efdc0637fb99ee6d2f 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,5 +1,5 @@
 /*
- *     Linux PCI Utilities -- Common Functions
+ *     The PCI Utilities -- Common Functions
  *
  *     Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz>
  *
index 37e15cc5fe5115276543af1710aea80d576ba8f4..848eed23ff9e001396b50c69fe852c18146ac43b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Linux PCI Library -- Device Filtering
+ *     The PCI Library -- Device Filtering
  *
  *     Copyright (c) 1998--2003 Martin Mares <mj@ucw.cz>
  *
diff --git a/lspci.c b/lspci.c
index 8bd628d5baa4f64b4d714680fab0a2cd623714a2..242f497e0795f900fa903a05b0f84153b180a5a2 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -1,5 +1,5 @@
 /*
- *     Linux PCI Utilities -- List All PCI Devices
+ *     The PCI Utilities -- List All PCI Devices
  *
  *     Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz>
  *
index 92cf4b62edc2c17af7ddc5c35368920802a8b7cd..c4e0fe2a5ea84ea6885a3fe2cebf8d980599fa5b 100644 (file)
--- a/lspci.man
+++ b/lspci.man
@@ -1,4 +1,4 @@
-.TH lspci 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities"
+.TH lspci 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
 .IX lspci
 .SH NAME
 lspci \- list all PCI devices
@@ -141,4 +141,4 @@ file containing a list of all PCI devices.
 .BR setpci (8), update-pciids (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.
+The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.
index 9cd5ada7b7bac79bfc07cd097dc722d633c6b9ea..31a4ce1b2d25bdc445b9948d78c72293c78cc521 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Linux PCI Utilities -- Declarations
+ *     The PCI Utilities -- Declarations
  *
  *     Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz>
  *
index e97c148560600171f9607e366fe31ca7eca281d2..3d005ddd7fd0b4f949e900253df373cf1ccef711 100644 (file)
@@ -1,5 +1,5 @@
 Begin3
-Title:          Linux PCI Utilities
+Title:          The PCI Utilities
 Version:        @VERSION@
 Entered-date:   @LSMDATE@
 Description:    This package contains various utilities for inspecting and
index 643f312f40ff50f406b5419bee4eb28fcbdda341..f4f25cbac696012f9f4b99292f36367e31aa660a 100644 (file)
@@ -5,7 +5,7 @@ Source:         ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Copyright:     GNU GPL
 Buildroot:     /tmp/%{name}-%{version}-root
 ExclusiveOS:   Linux
-Summary:       Linux PCI Utilities
+Summary:       The PCI Utilities
 Summary(pl):   Narzêdzia do manipulacji ustawieniami urz±dzeñ PCI
 Group:                 Utilities/System
 
index c6b3cc008f26dd24fe0fb21294c0d5ff33e2ffca..ce324735477365d6c66cea2f3b12be49672be2cf 100644 (file)
--- a/setpci.c
+++ b/setpci.c
@@ -1,5 +1,5 @@
 /*
- *     Linux PCI Utilities -- Manipulate PCI Configuration Registers
+ *     The PCI Utilities -- Manipulate PCI Configuration Registers
  *
  *     Copyright (c) 1998--2003 Martin Mares <mj@ucw.cz>
  *
index ce52753cf81a4134abd55a50c881d901ab76a037..3c03536601fe71729b2cf302b3f706f0ba540381 100644 (file)
@@ -1,4 +1,4 @@
-.TH setpci 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities"
+.TH setpci 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
 .IX setpci
 .SH NAME
 setpci \- configure PCI devices
@@ -209,4 +209,4 @@ bit 3 off and bit 2 on in the byte register 41; sets byte register
 .BR lspci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.
+The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.
index b424ce3e9939b7f51d1f2f4d3ac01fce1beecc94..ec2e7dd8753e256704acf53f1b5d7fc00738469c 100644 (file)
@@ -1,4 +1,4 @@
-.TH update-pciids 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities"
+.TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
 .IX update-pciids
 
 .SH NAME
@@ -24,4 +24,4 @@ Here we install the new list.
 .BR lspci (8), setpci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.
+The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.