summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/dde/guide.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index 16c248ae..4264f7ad 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -130,7 +130,7 @@ we need to prepare the driver for the network card:
> $ rm pcnet32.c # don't want the actual pcnet32 code here...
-> $ cp ~me/dde/forcedeth.c ./ # ...but rather the forcedeth code
+> $ cp ~me/dde/forcedeth.c . # ...but rather the forcedeth code
> $ sed -i 's/pcnet32/forcedeth/g' Makefile # adapt Makefile accordingly