There were some inaccuracies in the previous manpage, and it seemd like
a good chance to explain the current status.
Details
- Reviewers
0mp bcr - Group Reviewers
manpages - Commits
- rS342632: ext2fs.5: Update the manpage.
Please review: I dont have that much experience with manpages.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Please create links for ext3fs.5 and ext4fs.5; in share/man/man5/Makefile, add these to the list:
MLINKS+= ext2fs.5 ext3fs.5 MLINKS+= ext2fs.5 ext4fs.5
For that matter, maybe also add these? People might not know to add the "fs":
MLINKS+= ext2fs.5 ext2.5 MLINKS+= ext2fs.5 ext3.5 MLINKS+= ext2fs.5 ext4.5
Add a soflink for ext4fs. I am not currently adding a link to ext3 since
linux doesn't seem to carry it anymore and we don't support the main
feature it brought: journalling.
I agree the ext4fs link is useful. the ext3fs is probably not
For that matter, maybe also add these? People might not know to add the "fs":
MLINKS+= ext2fs.5 ext2.5 MLINKS+= ext2fs.5 ext3.5 MLINKS+= ext2fs.5 ext4.5
I think it may be interesting to keep that ext2 and ext4 namespaces available to eventually document the formats and perhaps the feature flags.
share/man/man5/ext2fs.5 | ||
---|---|---|
88 ↗ | (On Diff #51636) | typo: missing space after Fx Try running mandoc -Tlint and igor to see any other errors. |