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)
Sun, Mar 9, 4:00 PM
Unknown Object (File)
Thu, Mar 6, 7:22 AM
Unknown Object (File)
Wed, Feb 26, 2:49 AM
Unknown Object (File)
Tue, Feb 25, 7:50 PM
Unknown Object (File)
Tue, Feb 25, 7:04 PM
Unknown Object (File)
Tue, Feb 25, 1:11 PM
Unknown Object (File)
Tue, Feb 25, 2:33 AM
Unknown Object (File)
Jan 24 2025, 7:38 PM
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.