mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
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>
This commit is contained in:
parent
771fcb58e5
commit
254012fd51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
In order for a user application to make use of relay files, the
|
||||||
host filesystem must be mounted. For example,
|
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
|
NOTE: the host filesystem doesn't need to be mounted for kernel
|
||||||
clients to create or use channels - it only needs to be
|
clients to create or use channels - it only needs to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue