Merge pull request #395 from natoscott/man-page-linting

Remove superflous breaks around man page section heads
This commit is contained in:
Nathan Scott 2020-12-14 11:48:01 +11:00 committed by GitHub
commit cf982f2928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -2,11 +2,9 @@
.SH "NAME" .SH "NAME"
htop \- interactive process viewer htop \- interactive process viewer
.SH "SYNOPSIS" .SH "SYNOPSIS"
.LP
.B htop .B htop
.RB [ \-dCFhpustvH ] .RB [ \-dCFhpustvH ]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.LP
.B htop .B htop
is a cross-platform ncurses-based process viewer. is a cross-platform ncurses-based process viewer.
.LP .LP
@ -22,9 +20,7 @@ Tasks related to processes (killing, renicing) can be done without
entering their PIDs. entering their PIDs.
.br .br
.SH "COMMAND-LINE OPTIONS" .SH "COMMAND-LINE OPTIONS"
.LP
Mandatory arguments to long options are mandatory for short options too. Mandatory arguments to long options are mandatory for short options too.
.LP
.TP .TP
\fB\-d \-\-delay=DELAY\fR \fB\-d \-\-delay=DELAY\fR
Delay between updates, in tenths of seconds. If the delay value is Delay between updates, in tenths of seconds. If the delay value is
@ -66,10 +62,8 @@ Show processes in tree view
\fB\-H \-\-highlight-changes=DELAY\fR \fB\-H \-\-highlight-changes=DELAY\fR
Highlight new and old processes Highlight new and old processes
.SH "INTERACTIVE COMMANDS" .SH "INTERACTIVE COMMANDS"
.LP
The following commands are supported while in The following commands are supported while in
.BR htop : .BR htop :
.LP
.TP 5 .TP 5
.B Up, Alt-k .B Up, Alt-k
Select (highlight) the previous process in the process list. Scroll the list Select (highlight) the previous process in the process list. Scroll the list
@ -232,7 +226,6 @@ Refresh: redraw screen and recalculate values.
PID search: type in process ID and the selection highlight will be moved to it. PID search: type in process ID and the selection highlight will be moved to it.
.PD .PD
.SH "COLUMNS" .SH "COLUMNS"
.LP
The following columns can display data about each process. A value of '\-' in The following columns can display data about each process. A value of '\-' in
all the rows indicates that a column is unsupported on your system, or all the rows indicates that a column is unsupported on your system, or
currently unimplemented in currently unimplemented in
@ -242,7 +235,6 @@ The names below are the ones used in the
shown in shown in
.BR htop 's .BR htop 's
main screen, it is shown below in parenthesis. main screen, it is shown below in parenthesis.
.LP
.TP 5 .TP 5
.B Command .B Command
The full command line of the process (i.e. program name and arguments). If the The full command line of the process (i.e. program name and arguments). If the
@ -461,7 +453,6 @@ The executable file of the process as reported by the kernel. Requires CAP_SYS_P
.B All other flags .B All other flags
Currently unsupported (always displays '-'). Currently unsupported (always displays '-').
.SH "CONFIG FILE" .SH "CONFIG FILE"
.LP
By default By default
.B htop .B htop
reads its configuration from the XDG-compliant path reads its configuration from the XDG-compliant path
@ -479,7 +470,6 @@ You may override the location of the configuration file using the $HTOPRC
environment variable (so you can have multiple configurations for different environment variable (so you can have multiple configurations for different
machines that share the same home directory, for example). machines that share the same home directory, for example).
.SH "MEMORY SIZES" .SH "MEMORY SIZES"
.LP
Memory sizes in Memory sizes in
.B htop .B htop
are displayed in a human-readable form. are displayed in a human-readable form.
@ -497,7 +487,6 @@ space and make memory size representations consistent throughout
and and
.BR limits.conf (5). .BR limits.conf (5).
.SH "AUTHORS" .SH "AUTHORS"
.LP
.B htop .B htop
was originally developed by Hisham Muhammad. was originally developed by Hisham Muhammad.
Nowadays it is maintained by the community at <htop@groups.io>. Nowadays it is maintained by the community at <htop@groups.io>.