Skip to content

Commit

Permalink
Merge pull request #111 from paride/irqbalance-ui-manpage
Browse files Browse the repository at this point in the history
Add stub manpage for irqbalance-ui
Signed-of-by: Neil Horman <nhorman@tuxdriver.com>
  • Loading branch information
nhorman committed Jul 23, 2019
2 parents df2cbd9 + a79530b commit 28575dd
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -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:
Expand Down
40 changes: 40 additions & 0 deletions 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)
2 changes: 1 addition & 1 deletion irqbalance.1
Expand Up @@ -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

0 comments on commit 28575dd

Please sign in to comment.