diff options
author | Jan Kara <jack@suse.cz> | 2017-10-16 05:55:52 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2017-10-16 05:55:52 -0400 |
commit | 503c3117d05c184b431e403cd05c463ac41370f0 (patch) | |
tree | 9bf89e6af4a766706f78feac0ae8c1e279da5b5c | |
parent | abdc0eb06964fe1d2fea6dd1391b734d0590365d (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.txt | 8 |
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 | * |
4 | UDF Filesystem version 0.9.8.1 | ||
5 | 4 | ||
6 | If you encounter problems with reading UDF discs using this driver, | 5 | If you encounter problems with reading UDF discs using this driver, |
7 | please report them to linux_udf@hpesjro.fc.hp.com, which is the | 6 | please report them according to MAINTAINERS file. |
8 | developer's list. | ||
9 | 7 | ||
10 | Write support requires a block driver which supports writing. Currently | 8 | Write support requires a block driver which supports writing. Currently |
11 | dvd+rw drives and media support true random sector writes, and so a udf | 9 | dvd+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 | ||
75 | For the latest version and toolset see: | 73 | For the latest version and toolset see: |
76 | http://linux-udf.sourceforge.net/ | 74 | https://github.com/pali/udftools |
77 | 75 | ||
78 | Documentation on UDF and ECMA 167 is available FREE from: | 76 | Documentation 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 | |||
82 | Ben Fennema <bfennema@falcon.csc.calpoly.edu> | ||