summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-05-20 09:27:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-05-20 09:27:04 +0000
commit46de6c0727ef2d0df84354af48613ec74527c90d (patch)
treee960811927bcbd8124fe706992b7095f04237879 /perl-install/standalone/harddrake2
parentc85c0080935278c0786f5f7cbd5df444b46e0a21 (diff)
downloaddrakx-backup-do-not-use-46de6c0727ef2d0df84354af48613ec74527c90d.tar
drakx-backup-do-not-use-46de6c0727ef2d0df84354af48613ec74527c90d.tar.gz
drakx-backup-do-not-use-46de6c0727ef2d0df84354af48613ec74527c90d.tar.bz2
drakx-backup-do-not-use-46de6c0727ef2d0df84354af48613ec74527c90d.tar.xz
drakx-backup-do-not-use-46de6c0727ef2d0df84354af48613ec74527c90d.zip
better explanation of the wp field
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 627d355af..df653debc 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -67,7 +67,7 @@ my %fields =
"type" => [ N("Type"), N("the type of bus on which the mouse is connected") ],
"Vendor" => [ N("Vendor"), N("the vendor name of the device") ],
"vendor_id" => [ N("Vendor"), N("the vendor name of the processor") ],
- "wp" => [ N("Write protection"), N("the WP flag in the CR0 register enforce write proctection at the memory page level, thus enabling the processor to prevent kernel accesses)") ],
+ "wp" => [ N("Write protection"), N("the WP flag in the CR0 register of the cpu enforce write proctection at the memory page level, thus enabling the processor to prevent unchecked kernel accesses to user memory (aka this is a bug guard)") ],
);