1
0
Fork 0

fs: update location of filesystems documentation

The filesystem documentation was moved from DocBook to
Documentation/filesystems/. Update it at the sources.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
zero-colors
Mauro Carvalho Chehab 2017-05-14 12:04:55 -03:00
parent c0c6e08505
commit e1b4fc7add
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
* 2 as published by the Free Software Foundation.
*
* debugfs is for people to use instead of /proc or /sys.
* See Documentation/DocBook/filesystems for more details.
* See Documentation/filesystems/ for more details.
*
*/

View File

@ -9,7 +9,7 @@
* 2 as published by the Free Software Foundation.
*
* debugfs is for people to use instead of /proc or /sys.
* See Documentation/DocBook/filesystems for more details.
* See Documentation/filesystems/ for more details.
*/
#ifndef _DEBUGFS_H_

View File

@ -286,7 +286,7 @@ config DEBUG_FS
write to these files.
For detailed documentation on the debugfs API, see
Documentation/DocBook/filesystems.
Documentation/filesystems/.
If unsure, say N.