Page MenuHomeFreeBSD

hwpstate_intel(4): small text tweaks
ClosedPublic

Authored by lwhsu on Apr 21 2020, 10:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 12:52 AM
Unknown Object (File)
Thu, Oct 16, 12:52 AM
Unknown Object (File)
Thu, Oct 16, 12:52 AM
Unknown Object (File)
Wed, Oct 15, 2:12 PM
Unknown Object (File)
Sun, Oct 12, 8:36 PM
Unknown Object (File)
Sep 15 2025, 3:15 PM
Unknown Object (File)
Sep 13 2025, 5:33 AM
Unknown Object (File)
Sep 1 2025, 12:20 AM
Subscribers

Details

Summary

On my system the sysctl output looks like this:

dev.hwpstate_intel.0.epp: 50
dev.hwpstate_intel.0.%parent: cpu0
dev.hwpstate_intel.0.%pnpinfo:
dev.hwpstate_intel.0.%location:
dev.hwpstate_intel.0.%driver: hwpstate_intel
dev.hwpstate_intel.0.%desc: Intel Speed Shift

but all the % get escaped in the manual page, I'm not sure if this is intended.

While here, move the example of dev.hwpstate_intel.%d.%parent after the
description to align with others.

Diff Detail

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

Event Timeline

danfe added inline comments.
share/man/man4/hwpstate_intel.4
74 ↗(On Diff #70830)

You might want to spell it as CPU here since it's an abbreviation.

I didn’t write the page, just committed it from Intel. These improvements lgtm. Thanks!

This revision is now accepted and ready to land.Apr 21 2020, 4:52 PM
This revision was automatically updated to reflect the committed changes.