aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-10-16 05:55:52 -0400
committerJan Kara <jack@suse.cz>2017-10-16 05:55:52 -0400
commit503c3117d05c184b431e403cd05c463ac41370f0 (patch)
tree9bf89e6af4a766706f78feac0ae8c1e279da5b5c
parentabdc0eb06964fe1d2fea6dd1391b734d0590365d (diff)
udf: Remove some outdate references from documentation
Remove outdated references to maintainer and mailing list from the documentation - reference MAINTAINERS instead. Also update reference to current repository of udf-tools. Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--Documentation/filesystems/udf.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/Documentation/filesystems/udf.txt b/Documentation/filesystems/udf.txt
index 902b95d0ee51..d3d0e3218f86 100644
--- a/Documentation/filesystems/udf.txt
+++ b/Documentation/filesystems/udf.txt
@@ -1,11 +1,9 @@
1* 1*
2* Documentation/filesystems/udf.txt 2* Documentation/filesystems/udf.txt
3* 3*
4UDF Filesystem version 0.9.8.1
5 4
6If you encounter problems with reading UDF discs using this driver, 5If you encounter problems with reading UDF discs using this driver,
7please report them to linux_udf@hpesjro.fc.hp.com, which is the 6please report them according to MAINTAINERS file.
8developer's list.
9 7
10Write support requires a block driver which supports writing. Currently 8Write support requires a block driver which supports writing. Currently
11dvd+rw drives and media support true random sector writes, and so a udf 9dvd+rw drives and media support true random sector writes, and so a udf
@@ -73,10 +71,8 @@ The following expect a offset from the partition root.
73 71
74 72
75For the latest version and toolset see: 73For the latest version and toolset see:
76 http://linux-udf.sourceforge.net/ 74 https://github.com/pali/udftools
77 75
78Documentation on UDF and ECMA 167 is available FREE from: 76Documentation on UDF and ECMA 167 is available FREE from:
79 http://www.osta.org/ 77 http://www.osta.org/
80 http://www.ecma-international.org/ 78 http://www.ecma-international.org/
81
82Ben Fennema <bfennema@falcon.csc.calpoly.edu>