NetBSD-Bugs archive

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

re: kern/48808



some minor mdoc issues below.  thanks.

>  It's indeed mentionen in man 8 mscdlabel:
>      "The raw partition (typically partition c, but d on i386 and some other
>       platforms) is left alone during this process."
>  
>  I change the man page proposal of mount_cd9660:
>  
>    Such a default offset will be overridden by option
>    .Fl s
>  - so that all /dev/cd* will behave like /dev/cd*d.
>  + so that all /dev/cd* will behave like the raw partition device /dev/cd*d
>  + resp. /dev/cd*c.
>    .Pp
>    .Xr mscdlabel 8

all pathnames should be written with ".Pa" macro.  also, i'd
reference sysctl kern.rawpartition -- 'a' + that is the name
you'll see in /dev.  ie, value '2' and '3' are common.  eg:

        so that all
        .Pa /dev/cd*
        will behave like the raw partition device.
        See
        .Xr sysctl 7
        kern.rawpartition value to determine the raw partition, usually 
        .Pa /dev/cd0c
        or
        .Pa /dev/cd0d .


.mrg.


Home | Main Index | Thread Index | Old Index