From 74ff9729f704f25ec992b867facb9a9b884383bf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 18 Jun 2004 04:50:51 +0000 Subject: add help for new fields --- perl-install/standalone/harddrake2 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 76ada796d..fb88b46ec 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -50,14 +50,14 @@ my %fields = "primary_partitions" => [ N("Primary partitions"), N("the number of the primary partitions") ], "type" => [ N("Type"), N("the type of bus on which the mouse is connected") ], "Vendor" => [ N("Vendor"), N("the vendor name of the device") ], - "pci_bus" => [ N("Bus PCI #"), N("") ], - "pci_device" => [ N("PCI device #"), N("") ], - "pci_function" => [ N("PCI function #"), N("") ], - "vendor" => [ N("Vendor ID"), N("") ], - "id" => [ N("Device ID"), N("") ], - "subvendor" => [ N("Sub vendor ID"), N("") ], - "subid" => [ N("Sub device ID"), N("") ], - "usb_pci_device" =>, [ N("Device USB ID"), N("") ], + "pci_bus" => [ N("Bus PCI #"), N("the PCI bus on which the device is plugged") ], + "pci_device" => [ N("PCI device #"), N("PCI device number") ], + "pci_function" => [ N("PCI function #"), N("PCI function number") ], + "vendor" => [ N("Vendor ID"), N("this is the standard numerical identifiant of the vendor") ], + "id" => [ N("Device ID"), N("this is the numerical identifiant of the device") ], + "subvendor" => [ N("Sub vendor ID"), N("this is the minor numerical identifiant of the vendor") ], + "subid" => [ N("Sub device ID"), N("this is the minor numerical identifiant of the device") ], + "usb_pci_device" =>, [ N("Device USB ID"), N("..") ], }, CPU => { -- cgit v1.2.1