Page MenuHomeFreeBSD

bhyve: document signals handling and exit codes
ClosedPublic

Authored by novel on Apr 17 2016, 3:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 19, 11:02 AM
Unknown Object (File)
Sat, Aug 17, 6:13 PM
Unknown Object (File)
Fri, Aug 16, 9:17 PM
Unknown Object (File)
Thu, Aug 15, 9:21 PM
Unknown Object (File)
Jul 27 2024, 10:54 AM
Unknown Object (File)
Jul 23 2024, 2:25 AM
Unknown Object (File)
Jul 22 2024, 9:43 PM
Unknown Object (File)
Jul 14 2024, 4:40 AM
Subscribers

Details

Summary

Update the bhyve(8) man page:

  • Document powering off by sending SIGTERM signal
  • Document exit codes

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

novel retitled this revision from to bhyve: document signals handling and exit codes.
novel updated this object.
novel edited the test plan for this revision. (Show Details)
novel added reviewers: neel, grehan, Doc Committers.
novel set the repository for this revision to rS FreeBSD src repository - subversion.
wblock added inline comments.
usr.sbin/bhyve/bhyve.8
302 ↗(On Diff #15273)

How about a shorter version:

Exit status indicates how the VM was terminated:
310 ↗(On Diff #15273)

"VM was" in these three entries is redundant and can just be eliminated entirely.

312 ↗(On Diff #15273)

s/Triple/triple/ to match the other entries.

Oh, and remember to update .Dd. Nice to routinely run igor -R bhyve.8 and mandoc -Tlint bhyve.8 before commit, too.

novel edited edge metadata.
  • Updated wording
  • Updated .Dd
This revision is now accepted and ready to land.Apr 18 2016, 7:02 PM

Thanks!

Thank you for review, Warren. Does that mean that I, as a ports committer, can commit it?

neel edited edge metadata.
In D5982#127701, @novel wrote:

Thanks!

Thank you for review, Warren. Does that mean that I, as a ports committer, can commit it?

I usually think of accepting a review as separate from an "Approved-by", but I'll give an Approved-by for this. Remember to enter that on the commit.

This revision was automatically updated to reflect the committed changes.