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, Oct 14, 11:59 AM
Unknown Object (File)
Fri, Oct 4, 11:17 PM
Unknown Object (File)
Fri, Oct 4, 1:54 PM
Unknown Object (File)
Thu, Oct 3, 10:55 PM
Unknown Object (File)
Tue, Oct 1, 6:01 PM
Unknown Object (File)
Tue, Oct 1, 1:16 PM
Unknown Object (File)
Tue, Oct 1, 12:00 PM
Unknown Object (File)
Sat, Sep 21, 12:04 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.