Page MenuHomeFreeBSD

lockf(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jun 10 2020, 6:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 29, 5:25 AM
Unknown Object (File)
Mon, Jul 21, 12:33 PM
Unknown Object (File)
Mon, Jul 14, 6:29 AM
Unknown Object (File)
Jun 29 2025, 4:53 PM
Unknown Object (File)
Jun 26 2025, 3:31 PM
Unknown Object (File)
Jun 24 2025, 6:25 PM
Unknown Object (File)
Jun 20 2025, 8:26 PM
Unknown Object (File)
Jun 18 2025, 12:59 AM

Details

Reviewers
bcr
Group Reviewers
manpages
Commits
rS362299: lockf(1): Add EXAMPLES section
Summary
  • Add pretty small EXAMPLES section
  • While here, fix a warning in line 98 (new sentence in new line)
Test Plan
  • mandoc -Tlint clean
  • aspell happy
  • man ./lockf.1 renders the page properly

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 31606
Build 29194: arc lint + arc unit

Event Timeline

I'd use "will" instead of "shall".

lockf/lockf.1
174

s/sleesp/sleeps/

178

How about "Success" instead of "Hello" ?

Address issues spotted by bcr@

  • s/Hello/Success
  • s/sleesp/sleeps
  • s/shall/will
fernape added inline comments.
lockf/lockf.1
174

This one hurts.

I tend to do this before submitting: svn diff | aspell --lang=en list and then review the list. Clearly I didn't spot this one, but is there a better way of spell checking the changes?

Good to go now, thank you!

lockf/lockf.1
174

Maybe ispell? But I have my own internal spell checking, which is also not perfect and misses typos occasionally. Don't worry, that's why we have reviews where more eyeballs help catch these sort of things. ;-)

This revision is now accepted and ready to land.Jun 10 2020, 8:19 AM
This revision was automatically updated to reflect the committed changes.
fernape marked an inline comment as done.