[PATCH] doc: use correct debugfs mountpoint

From: Randy Dunlap
Date: Mon Jan 14 2008 - 18:16:56 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Use the normal, expected mountpoint in the relay(fs) example
for debugfs.

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
Documentation/filesystems/relay.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.24-rc7.orig/Documentation/filesystems/relay.txt
+++ linux-2.6.24-rc7/Documentation/filesystems/relay.txt
@@ -140,7 +140,7 @@ close() decrements the channel buffe
In order for a user application to make use of relay files, the
host filesystem must be mounted. For example,

- mount -t debugfs debugfs /debug
+ mount -t debugfs debugfs /sys/kernel/debug

NOTE: the host filesystem doesn't need to be mounted for kernel
clients to create or use channels - it only needs to be
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/