summaryrefslogtreecommitdiffstats
path: root/man1
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-18 20:25:09 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-20 02:36:25 +0100
commit1ae6b2c7b818e5d8804cf8d3abfdb6fba32119db (patch)
treeed237286398c7c8d9eb4f763b171895f84a38c11 /man1
parent3d58eb6da4c3468ca8184b1d8317c6ae7d080d7a (diff)
Many pages: Fix style issues reported by `make lint-groff`
Plus some other found in the process. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man1')
-rw-r--r--man1/ldd.12
-rw-r--r--man1/locale.16
-rw-r--r--man1/memusage.12
-rw-r--r--man1/mtrace.14
-rw-r--r--man1/time.12
5 files changed, 10 insertions, 6 deletions
diff --git a/man1/ldd.1 b/man1/ldd.1
index 4a87316fb..8f69e0ec8 100644
--- a/man1/ldd.1
+++ b/man1/ldd.1
@@ -8,7 +8,7 @@
.\"
.\" SPDX-License-Identifier: GPL-1.0-or-later
.\"
-.TH LDD 1 2021-08-27 "" "Linux Programmer's Manual"
+.TH LDD 1 2021-08-27 GNU "Linux Programmer's Manual"
.SH NAME
ldd \- print shared object dependencies
.SH SYNOPSIS
diff --git a/man1/locale.1 b/man1/locale.1
index 3131ec03c..560fd3d06 100644
--- a/man1/locale.1
+++ b/man1/locale.1
@@ -89,7 +89,11 @@ For each keyword whose value is being displayed,
include also the name of that keyword,
so that the output has the format:
.IP
- \fIkeyword\fP="\fIvalue\fP"
+.in +4n
+.EX
+.IR keyword =\(dq value \(dq
+.EE
+.in
.PP
The
.B locale
diff --git a/man1/memusage.1 b/man1/memusage.1
index 42f135e76..4408e0e12 100644
--- a/man1/memusage.1
+++ b/man1/memusage.1
@@ -180,7 +180,7 @@ Make the graph
pixels high.
.SH EXIT STATUS
The exit status of
-.BR memusage
+.B memusage
is equal to the exit status of the profiled program.
.SH BUGS
To report bugs, see
diff --git a/man1/mtrace.1 b/man1/mtrace.1
index 5236acd2c..1f23e3414 100644
--- a/man1/mtrace.1
+++ b/man1/mtrace.1
@@ -33,10 +33,10 @@ script usage, see
.BR mtrace (3).
.SH OPTIONS
.TP
-.BI \fB\-\-help
+.B \-\-help
Print help and exit.
.TP
-.BI \fB\-\-version
+.B \-\-version
Print version information and exit.
.SH BUGS
For bug reporting instructions, please see:
diff --git a/man1/time.1 b/man1/time.1
index 014185556..c609cf75e 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: GPL-1.0-or-later
.\"
-.TH TIME 1 2019-03-06 "" "Linux User's Manual"
+.TH TIME 1 2019-03-06 GNU "Linux User's Manual"
.SH NAME
time \- time a simple command or give resource usage
.SH SYNOPSIS