> Modified Files: > src/sbin/newfs_ext2fs: newfs_ext2fs.8 > > Log Message: > Various fixes from Jason McIntyre <j...@kerhand.co.uk>.
>> -.Nd construct a new Ext2 file system >> +.Nd construct a new ext2 file system If you prefer using "ext2" in docs, fsck_ext2fs(8), mount_ext2fs(8), newfs(8), and options(4) (and more?) should also be fixed. >> Do not require that the file system type listed in the disk label is >> -.Ql Linux Ext2 . >> +.Ql Linux ext2 . >> the disk label should first be updated such that the fstype field for the >> partition is set to >> -.Ql Linux Ext2 , >> +.Ql Linux ext2 , On the other hand, these ones must be `Linux Ext2' because they are API strings defined in <sys/disklabel.h>. --- Izumi Tsutsui