Module Name: src
Committed By: reinoud
Date: Wed Feb 22 20:21:34 UTC 2012
Modified Files:
src/share/man/man4: options.4
Log Message:
Fix comment in config.4 about UDF support. It was still stating UDF as a
read-only fs wich it hasn't been for quite some time! It must have slipped
trough.
To generate a diff of this commit:
cvs rdiff -u -r1.411 -r1.412 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.411 src/share/man/man4/options.4:1.412
--- src/share/man/man4/options.4:1.411 Fri Jan 13 16:05:16 2012
+++ src/share/man/man4/options.4 Wed Feb 22 20:21:34 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.411 2012/01/13 16:05:16 cegger Exp $
+.\" $NetBSD: options.4,v 1.412 2012/02/22 20:21:34 reinoud Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -810,10 +810,11 @@ for details.
.It Cd file-system UDF
.Bq Em EXPERIMENTAL
Includes code for the UDF file system commonly found on CD and DVD
-media but also more and more on USB sticks.
-Useful primarily if you have a CD or a DVD drive, be it a read-only
-or a rewritable device.
-Currently only supports read-access.
+media but also on USB sticks.
+Currently supports read and write access upto UDF 2.01 and somewhat limited
+write support for UDF 2.50.
+It is marked experimental since there is no
+.Xr fsck_udf 8 .
See
.Xr mount_udf 8
for details.