]> mj.ucw.cz Git - pciids.git/commitdiff
Subsystem is without a dash
authorMichal Vaner <vorner@ucw.cz>
Sun, 31 Aug 2008 16:38:49 +0000 (18:38 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sun, 31 Aug 2008 16:38:49 +0000 (18:38 +0200)
PciIds/Address/Pci.pm
help/pci

index bf53d7a4513245d12c1fcde0c858610ba058b3bf..5c1c7f394b9f8daf3c8fa1b228c93aacba41dbc5 100644 (file)
@@ -18,7 +18,7 @@ sub pretty( $ ) {
        s/([0-9a-f]{4})([0-9a-f]{4})/$1 $2/g;
        my $prefix = '';
        if( /:.*:/ ) {
-               $prefix = 'Sub-system';
+               $prefix = 'Subsystem';
        } elsif( /:/ ) {
                $prefix = 'Device';
        } else {
@@ -67,7 +67,7 @@ sub helpName( $ ) {
 sub addressDeps( $ ) {
        my( $addr ) = ( shift->get() =~ /^PC\/....\/....\/(....)/ );
        return [] unless defined $addr;
-       return [ [ PciIds::Address::new( "PC/$addr" ), "Sub-system vendor $addr does not exist" ] ];
+       return [ [ PciIds::Address::new( "PC/$addr" ), "Subsystem vendor $addr does not exist" ] ];
 }
 
 1;
index 5e13c36f37c16a8df139b977ef86a153130625c0..214b4627c86f5bc0fd9306a94702ef67f953836c 100644 (file)
--- a/help/pci
+++ b/help/pci
@@ -10,7 +10,7 @@ They can be browsed <a href='/read/PC'>here</a>.
 Each vendor contains a list of its devices.
 Each device in the list has a 2-byte long id, stored the same way as vendor id (4 hexadecimal letters).
 
-<h2>Sub-systems</h2>
+<h2>Subsystems</h2>
 A device can consist of more sub-systems.
 Each sub-system has 4-byte long id, stored as 8 hexadecimal letters, split in the middle by a space (for example <tt>1234 abcd</tt> could be a sub-system id).
 The first quad of digits is considered a vendor id (from the same list of vendors). The vendor of the sub-system can be different than vendor of the device.