summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorantrik <antrik@users.sf.net>2011-07-07 09:37:31 +0200
committerantrik <antrik@users.sf.net>2011-07-09 12:50:30 +0200
commit81cd1343c95216ddc3086656f87b29707c18af86 (patch)
tree5516a70de7cd7c7342171e60aabcb71c9b3aeb61 /hurd
parent88537e912dff92178e0b1da744f2f63fc7925e12 (diff)
dde/guide: Drop unnecessary trailing slash
Explicitely using "./" instead of just "." is necessary only in some very special situations... This in not one of them. So use the simpler and more familiar form.
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