diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | common.c | 2 | ||||
-rw-r--r-- | lib/filter.c | 2 | ||||
-rw-r--r-- | lspci.c | 2 | ||||
-rw-r--r-- | lspci.man | 4 | ||||
-rw-r--r-- | pciutils.h | 2 | ||||
-rw-r--r-- | pciutils.lsm | 2 | ||||
-rw-r--r-- | pciutils.spec | 2 | ||||
-rw-r--r-- | setpci.c | 2 | ||||
-rw-r--r-- | setpci.man | 4 | ||||
-rw-r--r-- | update-pciids.man | 4 |
12 files changed, 19 insertions, 14 deletions
@@ -1,5 +1,10 @@ 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. * README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the @@ -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 @@ -1,5 +1,5 @@ /* - * Linux PCI Utilities -- Common Functions + * The PCI Utilities -- Common Functions * * Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz> * diff --git a/lib/filter.c b/lib/filter.c index 37e15cc..848eed2 100644 --- a/lib/filter.c +++ b/lib/filter.c @@ -1,5 +1,5 @@ /* - * Linux PCI Library -- Device Filtering + * The PCI Library -- Device Filtering * * Copyright (c) 1998--2003 Martin Mares <mj@ucw.cz> * @@ -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> * @@ -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>. @@ -1,5 +1,5 @@ /* - * Linux PCI Utilities -- Declarations + * The PCI Utilities -- Declarations * * Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz> * diff --git a/pciutils.lsm b/pciutils.lsm index e97c148..3d005dd 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -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 diff --git a/pciutils.spec b/pciutils.spec index 643f312..f4f25cb 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -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 @@ -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> * @@ -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>. diff --git a/update-pciids.man b/update-pciids.man index b424ce3..ec2e7dd 100644 --- a/update-pciids.man +++ b/update-pciids.man @@ -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>. |