From 1489ae342e07f2537e60456d2c639f90fd2ec87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 2 Oct 2024 15:21:08 +0200 Subject: [PATCH] irqbalance.1: a , b => a, b; it's type => its type --- irqbalance.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/irqbalance.1 b/irqbalance.1 index a15fb63..05f7b48 100644 --- a/irqbalance.1 +++ b/irqbalance.1 @@ -193,13 +193,13 @@ Forces a rescan of the available IRQs and system topology. irqbalance is able to communicate via socket and return it's current assignment tree and setup, as well as set new settings based on sent values. Socket is abstract, with a name in form of -.B irqbalance.sock -, where is the process ID of irqbalance instance to communicate with. +.BR irqbalance.sock , +where is the process ID of irqbalance instance to communicate with. Possible values to send: .TP .B stats Retrieve assignment tree of IRQs to CPUs, in recursive manner. For each CPU node -in tree, it's type, number, load and whether the save mode is active are sent. For +in tree, its type, number, load and whether the save mode is active are sent. For each assigned IRQ type, it's number, load, number of IRQs since last rebalancing and it's class are sent. Refer to types.h file for explanation of defines. .TP @@ -220,4 +220,3 @@ Based on chosen tools, ancillary message with credentials needs to be sent with .SH "HOMEPAGE" https://github.com/Irqbalance/irqbalance -