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)
Tue, Jan 21, 1:52 AM
Unknown Object (File)
Sep 27 2024, 10:24 AM
Unknown Object (File)
Sep 25 2024, 11:02 AM
Unknown Object (File)
Sep 25 2024, 7:02 AM
Unknown Object (File)
Sep 25 2024, 2:06 AM
Unknown Object (File)
Sep 24 2024, 7:47 AM
Unknown Object (File)
Sep 24 2024, 12:56 AM
Unknown Object (File)
Sep 23 2024, 10:21 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.