Skip to content

Commit

Permalink
doc: use correct debugfs mountpoint
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Adrian Bunk committed Feb 3, 2008
1 parent 771fcb5 commit 254012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/relay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254012f

Please sign in to comment.