Page MenuHomeFreeBSD

mount(8): Mention -o rw, polish, sync usage
ClosedPublic

Authored by ziaee on Apr 5 2025, 3:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 14, 2:03 AM
Unknown Object (File)
Wed, Jun 11, 3:54 PM
Unknown Object (File)
Wed, Jun 4, 12:54 PM
Unknown Object (File)
Wed, Jun 4, 7:08 AM
Unknown Object (File)
Sun, Jun 1, 10:37 AM
Unknown Object (File)
Sun, Jun 1, 2:04 AM
Unknown Object (File)
Sun, Jun 1, 12:49 AM
Unknown Object (File)
Sat, May 31, 1:20 PM

Details

Summary

+ license: tag spdx, remove dead hyphen
+ -t: fix linter errors, sync to program usage
+ -o ro: explain itself before explaining it's equivelance
+ -o rw: mention

MFC after: 1 week
Fixes: 70866c8dbdb6c (Fix synopsis of the -t option)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Apr 5 2025, 3:38 AM
guest-patmaddox added inline comments.
sbin/mount/mount.8
277

(spelling)

Fix spelling error, thank you Pat!

It's still misspelled :) The correct spelling is "Equivalent" (I realize now that my inline comment / code suggestion did not come through the email so it may not have been obvious)

Fix spelling typo for real this time, thanks Pat!

This revision is now accepted and ready to land.Apr 17 2025, 5:07 AM

Reading it again, I think that a better subject line might be:

mount: improve usage message and polish man page descriptions

since you don't have to give the exact details in the subject. the details are messy and hard to nicely summarize in more detail than I've done. Your subject line could be read as documenting the -o rw,polish option (which syntactically is an option, but isn't a real thing).

Thank you! This is exactly what I'm excited about wanting to get better at!

Edit, phabricator will not let me update the commit message due to complaining about syntax, but I have changed to the title suggested by imp in my local tree.