DragonFly bugs List (threaded) for 2007-06
DragonFly BSD
DragonFly bugs List (threaded) for 2007-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: incomplete mount_udf.8 man page


From: Sascha Wildner <saw@xxxxxxxxx>
Date: Fri, 08 Jun 2007 19:30:08 +0200

Jeremy C. Reed wrote:
The -o switch in the src/sbin/mount_udf/mount_udf.8 manual page says:

The following UDF specific options are available:

But then doesn't list any.

The source shows it has MOPT_STDOPTS and MOPT_UPDATE but those are not "UDF specific". I can't see any any UDF options in the source.

Can I remove that line?

Just comment it out.


Also the source says:

        /*
         * UDF filesystems are not writeable.
         */
        mntflags |= MNT_RDONLY;
        args.export.ex_flags = MNT_EXRDONLY;

But that is not mentioned in the manpage.

Okay to say "UDF filesystems are not writeable." in the man page?

Sure is. There's not much more to say about it. :)


Are you looking through the other mount_*(8) manpages, too? :)

Sascha

--
http://yoyodyne.ath.cx



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