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)
Sat, Apr 11, 4:28 PM
Unknown Object (File)
Mon, Apr 6, 9:31 AM
Unknown Object (File)
Sun, Mar 22, 7:31 AM
Unknown Object (File)
Sun, Mar 22, 12:39 AM
Unknown Object (File)
Mar 19 2026, 8:42 AM
Unknown Object (File)
Mar 12 2026, 6:34 PM
Unknown Object (File)
Mar 11 2026, 7:53 PM
Unknown Object (File)
Mar 5 2026, 12:41 PM
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.