This commit adds preformatted tags to the Javadoc for OsProbe#readSysFsCgroupCpuAcctCpuStat to render the form of the cpu.stat file in a fixed-width font.
@@ -400,9 +400,11 @@ public class OsProbe {
* {@code cpu} subsystem. These lines represent the CPU time
* statistics and have the form
* <p>
+ * <pre>
* nr_periods \d+
* nr_throttled \d+
* throttled_time \d+
+ * </pre>
* where {@code nr_periods} is the number of period intervals
* as specified by {@code cpu.cfs_period_us} that have elapsed,