Bug #688
closedincomplete mount_udf.8 man page
0%
Description
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?
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?
Jeremy C. Reed
Updated by swildner over 17 years ago
Just comment it out.
Sure is. There's not much more to say about it. :)
Are you looking through the other mount_*(8) manpages, too? :)
Sascha
Updated by reed over 17 years ago
On Fri, 8 Jun 2007, Sascha Wildner wrote:
I had a quick look and didn't see same problem in the others in
sbin/mount*/*.8
I committed my fix.
Jeremy C. Reed
Updated by swildner over 17 years ago
I meant regarding which filesystems are read only and which read/write.
Never mind. Maybe I'll see later if anything needs updating..
Sascha
Updated by reed over 17 years ago
I committed fix so closing this.
I had to set a priority to set status to "resolved".