Page MenuHomeFreeBSD

bhyve: document virtio-console in the manpage
ClosedPublic

Authored by novel on Feb 13 2017, 2:56 PM.
Tags
None
Referenced Files
F81992244: D9564.diff
Wed, Apr 24, 6:42 AM
Unknown Object (File)
Mon, Apr 8, 2:23 AM
Unknown Object (File)
Sun, Apr 7, 2:07 PM
Unknown Object (File)
Mar 11 2024, 9:25 PM
Unknown Object (File)
Mar 8 2024, 12:20 AM
Unknown Object (File)
Mar 7 2024, 11:21 PM
Unknown Object (File)
Feb 17 2024, 2:58 AM
Unknown Object (File)
Dec 20 2023, 3:04 AM
Subscribers

Details

Summary

Document virtio-console support, based on the information provided in the commit message for r305898 where this feature was added.

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 virtio-console in the manpage.
novel updated this object.
novel edited the test plan for this revision. (Show Details)
novel set the repository for this revision to rS FreeBSD src repository - subversion.

A few textual upgrades.

bhyve/bhyve.8
279 ↗(On Diff #25081)

A maximum of ...

280 ↗(On Diff #25081)

s/an/a/

288 ↗(On Diff #25081)

remove the "of"

  • Maximum -> A maximum
  • an Unix ... -> a Unix ...
  • remove extra "of"
wblock added inline comments.
bhyve/bhyve.8
175 ↗(On Diff #25134)

Very light on details. A one-sentence description of what the virtio-console actually *is* would be helpful here.

294 ↗(On Diff #25134)

Avoid contractions: s/There's/There is/
Missing an article: s/use/use the/

novel edited edge metadata.
novel removed rS FreeBSD src repository - subversion as the repository for this revision.
  • Extended virtio-console description, fixed articles, there's -> there is.
novel added inline comments.
bhyve/bhyve.8
175 ↗(On Diff #25134)

Done, though that seemed like a common schema to keep these entries short (e.g. see other virtio-* entries above). I pulled the description text from here: https://fedoraproject.org/wiki/Features/VirtioSerial#Summary

jceel edited edge metadata.

I can't really comment on style, but from technical accuracy standpoint it's all good.

This revision is now accepted and ready to land.Feb 23 2017, 12:50 PM
bcr added a reviewer: bcr.

OK from manpages. Make sure to bump the document date.

Thanks! As I don't have docs/src bit, either somebody needs to commit that or allow me to commit with the appropriate Approved by: line.

Having only a doc commit bit myself, I can't approve the src part of the change. You need to find someone with a src bit to approve it. Maybe someone from the other reviewers?

grehan edited edge metadata.
This revision was automatically updated to reflect the committed changes.
head/usr.sbin/bhyve/bhyve.8
297

Recommend "at present" rather than "as of now".

299

Likewise, "at present" is simpler and clearer.

head/usr.sbin/bhyve/bhyve.8
297

Does that sound like a check for igor(1)?

As this bhyve.8 patch is committed already, do you think it's worth to create a follow up patch to fix that?

head/usr.sbin/bhyve/bhyve.8
297

Hm. It could go in the rarely-used style suggestions (-y). I'll look at that.

I'd say no second patch is needed for this trivial change, and even .Dd does not need a bump. You can do that, or I can if you like. Thanks!

head/usr.sbin/bhyve/bhyve.8
297

Thanks, I've just committed that.