aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorDirk Hohndel <hohndel@linux.intel.com>2007-10-30 16:37:19 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-30 17:26:30 -0400
commite403149c92a2a0643211debbbb0a9ec7cc04cff7 (patch)
treec3ef82a7fa02222aab2c3d3d79e644f8a1c95286 /fs/Kconfig
parentbdb76ef5a4bc8676a81034a443f1eda450b4babb (diff)
Kbuild/doc: fix links to Documentation files
Fix links to files in Documentation/* in various Kconfig files Signed-off-by: Dirk Hohndel <hohndel@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index cc28a69246a7..c75c95406497 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -504,7 +504,7 @@ config INOTIFY
504 including multiple file events, one-shot support, and unmount 504 including multiple file events, one-shot support, and unmount
505 notification. 505 notification.
506 506
507 For more information, see Documentation/filesystems/inotify.txt 507 For more information, see <file:Documentation/filesystems/inotify.txt>
508 508
509 If unsure, say Y. 509 If unsure, say Y.
510 510
@@ -518,7 +518,7 @@ config INOTIFY_USER
518 directories via a single open fd. Events are read from the file 518 directories via a single open fd. Events are read from the file
519 descriptor, which is also select()- and poll()-able. 519 descriptor, which is also select()- and poll()-able.
520 520
521 For more information, see Documentation/filesystems/inotify.txt 521 For more information, see <file:Documentation/filesystems/inotify.txt>
522 522
523 If unsure, say Y. 523 If unsure, say Y.
524 524
@@ -1089,7 +1089,7 @@ config ECRYPT_FS
1089 depends on EXPERIMENTAL && KEYS && CRYPTO && NET 1089 depends on EXPERIMENTAL && KEYS && CRYPTO && NET
1090 help 1090 help
1091 Encrypted filesystem that operates on the VFS layer. See 1091 Encrypted filesystem that operates on the VFS layer. See
1092 <file:Documentation/ecryptfs.txt> to learn more about 1092 <file:Documentation/filesystems/ecryptfs.txt> to learn more about
1093 eCryptfs. Userspace components are required and can be 1093 eCryptfs. Userspace components are required and can be
1094 obtained from <http://ecryptfs.sf.net>. 1094 obtained from <http://ecryptfs.sf.net>.
1095 1095