Module Name:src
Committed By: wiz
Date: Sat Feb 3 15:47:44 UTC 2024
Modified Files:
src/sbin/mount_cd9660: mount_cd9660.c
Log Message:
sync usage with man page
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sbin/mount_cd9660/mount_cd9660.c
Please not
Module Name:src
Committed By: wiz
Date: Sat Feb 3 15:47:44 UTC 2024
Modified Files:
src/sbin/mount_cd9660: mount_cd9660.c
Log Message:
sync usage with man page
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sbin/mount_cd9660/mount_cd9660.c
Please not
Module Name:src
Committed By: wiz
Date: Sat Feb 3 09:17:06 UTC 2024
Modified Files:
src/sbin/mount_cd9660: mount_cd9660.8
Log Message:
Sort options in man page.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sbin/mount_cd9660/mount_cd9660.8
Please no
Module Name:src
Committed By: wiz
Date: Sat Feb 3 09:17:06 UTC 2024
Modified Files:
src/sbin/mount_cd9660: mount_cd9660.8
Log Message:
Sort options in man page.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sbin/mount_cd9660/mount_cd9660.8
Please no
Module Name:src
Committed By: rillig
Date: Sun Oct 16 16:26:35 UTC 2022
Modified Files:
src/sbin/mount_cd9660: mount_cd9660.c
Log Message:
mount_cd9660: remove unhandled option -i from getopt
Found by lint. While here, fix the other lint warning as well, as lint
still doe
Module Name:src
Committed By: rillig
Date: Sun Oct 16 16:26:35 UTC 2022
Modified Files:
src/sbin/mount_cd9660: mount_cd9660.c
Log Message:
mount_cd9660: remove unhandled option -i from getopt
Found by lint. While here, fix the other lint warning as well, as lint
still doe
On 06/29/18 23:24, Izumi Tsutsui wrote:
> Nowadays it should be vndconfig(8)?
> http://netbsd.gw.com/cgi-bin/man-cgi?vnconfig++NetBSD-current
Thanks for the heads up. It should now be fixed.
Sevan
> Modified Files:
> src/sbin/mount_cd9660: mount_cd9660.8
>
> Log Message:
> Note vnconfig(8) may be of interest, especially when looking to mount an iso
> via
> loopback.
Nowadays it should be vndconfig(8)?
http://netbsd.gw.com/cgi-bin/man-cgi?vnconfig++NetBSD-current
---
Izumi Tsutsui