Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/share/man/man4 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/6f23a07ea298
branches:  netbsd-6
changeset: 773804:6f23a07ea298
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Feb 23 18:29:52 2012 +0000

description:
Pull up following revision(s) (requested by reinoud in ticket #34):
        share/man/man4/options.4: revision 1.412
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.

diffstat:

 share/man/man4/options.4 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r fd628de20ffd -r 6f23a07ea298 share/man/man4/options.4
--- a/share/man/man4/options.4  Thu Feb 23 18:25:51 2012 +0000
+++ b/share/man/man4/options.4  Thu Feb 23 18:29:52 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.411 2012/01/13 16:05:16 cegger Exp $
+.\"    $NetBSD: options.4,v 1.411.2.1 2012/02/23 18:29:52 riz Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -810,10 +810,11 @@
 .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.



Home | Main Index | Thread Index | Old Index