CVS commit: src/sbin/mount_cd9660

2024-02-03 Thread Thomas Klausner
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

CVS commit: src/sbin/mount_cd9660

2024-02-03 Thread Thomas Klausner
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

CVS commit: src/sbin/mount_cd9660

2024-02-03 Thread Thomas Klausner
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

CVS commit: src/sbin/mount_cd9660

2024-02-03 Thread Thomas Klausner
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

CVS commit: src/sbin/mount_cd9660

2022-10-16 Thread Roland Illig
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

CVS commit: src/sbin/mount_cd9660

2022-10-16 Thread Roland Illig
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

Re: CVS commit: src/sbin/mount_cd9660

2018-06-30 Thread Sevan Janiyan
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

Re: CVS commit: src/sbin/mount_cd9660

2018-06-29 Thread Izumi Tsutsui
> 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