From 418d919c10be2430e60f81d5df35b262f072fbe5 Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Sun, 21 Jul 2019 12:15:14 +0200 Subject: [PATCH 1/3] Add stub manpage for irqbalance-ui --- irqbalance-ui.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 irqbalance-ui.1 diff --git a/irqbalance-ui.1 b/irqbalance-ui.1 new file mode 100644 index 0000000..7ca4d28 --- /dev/null +++ b/irqbalance-ui.1 @@ -0,0 +1,40 @@ +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "IRQBALANCE-UI" 1 "Jul 2019" "Linux" "irqbalance-ui" +.SH NAME +irqbalance-ui \- user interface for irqbalance +.SH "SYNOPSIS" + +.nf +\fBirqbalance-ui\fR +.fi + +.SH "DESCRIPTION" + +.PP +\fBirqbalance-ui\fR provides an ncurses-based textual user interface to +\fBirqbalance\fR, a daemon responsible for IRQ distribution on Linux systems. +It shows how IRQs are distributed over CPUs at given moment, and allows one to +setup of the sleep interval and the IRQ and CPU banning at runtime. + +.SH "HOMEPAGE" +https://github.com/Irqbalance/irqbalance + +.SH "SEE ALSO" +irqbalance(1) From 30154d546fdaba74d45d1296b8d2bb8e7f139ca7 Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Sun, 21 Jul 2019 12:15:24 +0200 Subject: [PATCH 2/3] Capitalize HOMEPAGE in irqbalance.1 --- irqbalance.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irqbalance.1 b/irqbalance.1 index aad27bc..3005f6b 100644 --- a/irqbalance.1 +++ b/irqbalance.1 @@ -192,6 +192,6 @@ Ban listed IRQs from being balanced, all old values of banned IRQs are forgotten irqbalance checks SCM_CREDENTIALS of sender (only root user is allowed to interact). Based on chosen tools, ancillary message with credentials needs to be sent with request. -.SH "Homepage" +.SH "HOMEPAGE" https://github.com/Irqbalance/irqbalance From a79530b6d77456b304c58f7ea706bef869fa00a0 Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Sun, 21 Jul 2019 12:18:49 +0200 Subject: [PATCH 3/3] Add irqbalance-ui.1 to dist_man_MANS --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index abf1e8d..73988b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,9 @@ irqbalance_ui_LDADD = $(GLIB2_LIBS) $(CURSES_LIBS) endif dist_man_MANS = irqbalance.1 +if IRQBALANCEUI +dist_man_MANS += irqbalance-ui.1 +endif CONFIG_CLEAN_FILES = debug*.list config/* clean-generic: