Page MenuHomeFreeBSD

bhyve: document signals handling and exit codes
ClosedPublic

Authored by novel on Apr 17 2016, 3:55 AM.
Tags
None
Referenced Files
F81641160: D5982.diff
Fri, Apr 19, 9:10 AM
Unknown Object (File)
Sun, Apr 14, 2:31 PM
Unknown Object (File)
Feb 7 2024, 6:18 AM
Unknown Object (File)
Dec 22 2023, 9:33 PM
Unknown Object (File)
Dec 12 2023, 2:21 PM
Unknown Object (File)
Dec 8 2023, 5:01 AM
Unknown Object (File)
Dec 3 2023, 6:58 AM
Unknown Object (File)
Nov 23 2023, 11:44 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.