diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-03 16:30:51 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 16:30:51 +0200 |
commit | 254012fd51df04989635e1f07cb796974eb0b66d (patch) | |
tree | 1a62d6c2735d9366b401b9656fc468b6b825b841 /Documentation | |
parent | 771fcb58e5cd7feaf544552519319e7e8a5cace3 (diff) | |
download | linux-254012fd51df04989635e1f07cb796974eb0b66d.tar.gz linux-254012fd51df04989635e1f07cb796974eb0b66d.tar.bz2 linux-254012fd51df04989635e1f07cb796974eb0b66d.zip |
doc: use correct debugfs mountpoint
Use the normal, expected mountpoint in the relay(fs) example
for debugfs.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/relay.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/relay.txt b/Documentation/filesystems/relay.txt index 18d23f9a18c7..094f2d2f38b1 100644 --- a/Documentation/filesystems/relay.txt +++ b/Documentation/filesystems/relay.txt @@ -140,7 +140,7 @@ close() decrements the channel buffer's refcount. When the refcount 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 |