All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org
Subject: [PATCH] man3/*: srcfix: Correct the misuse of two-fonts macros
Date: Sun, 23 Feb 2020 21:28:06 +0000	[thread overview]
Message-ID: <20200223212806.GA1912@rhi.hi.is> (raw)

  Changes are based on the latest (23th Februar 2020) revision of my
local git repository.

  Correct the misuse of a two-font macro, which function is to

1) use the first font for each odd numbered argument and the second
font for all others.

2) join the arguments without an intervening space.

  There is no change in the output.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 man3/__ppc_set_ppr_med.3 |  6 +++---
 man3/__ppc_yield.3       |  2 +-
 man3/getauxval.3         | 16 ++++++++--------
 man3/malloc.3            |  4 ++--
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3
index 3d9f11868..863d8911c 100644
--- a/man3/__ppc_set_ppr_med.3
+++ b/man3/__ppc_set_ppr_med.3
@@ -52,7 +52,7 @@ The available unprivileged states are covered by the following functions:
 .IP * 3
 .BR __ppc_set_ppr_med ()
 sets the Program Priority Register value to
-.IR medium
+.I medium
 (default).
 .IP *
 .BR __ppc_set_ppr_very_low ()
@@ -68,7 +68,7 @@ sets the Program Priority Register value to
 .IR "medium low" .
 .PP
 The privileged state
-.IR "medium high"
+.I medium high
 may also be set during certain time intervals by problem-state (unprivileged)
 programs, with the following function:
 .IP * 3
@@ -130,4 +130,4 @@ Availability of these functions can be tested using
 .SH SEE ALSO
 .BR __ppc_yield (3)
 .PP
-.IR "Power ISA, Book\ II - Section\ 3.1 (Program Priority Registers)"
+.I Power ISA, Book\ II - Section\ 3.1 (Program Priority Registers)
diff --git a/man3/__ppc_yield.3 b/man3/__ppc_yield.3
index b9bfc739e..777792d60 100644
--- a/man3/__ppc_yield.3
+++ b/man3/__ppc_yield.3
@@ -81,4 +81,4 @@ These functions are nonstandard GNU extensions.
 .SH SEE ALSO
 .BR __ppc_set_ppr_med (3)
 .PP
-.IR "Power ISA, Book\ II - Section\ 3.2 (""or"" architecture)"
+.I "Power ISA, Book\ II - Section\ 3.2 (""or"" architecture)"
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 55858abab..92a9066cb 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -130,31 +130,31 @@ in the bottom 16 bits and the cache associativity in the next 16 bits.
 The associativity is such that if N is the 16-bit value,
 the cache is N-way set associative.
 .TP
-.BR AT_L1D_CACHESIZE
+.B AT_L1D_CACHESIZE
 The L1 data cache size.
 .TP
-.BR AT_L1I_CACHEGEOMETRY
+.B AT_L1I_CACHEGEOMETRY
 Geometry of the L1 instruction cache, encoded as for
 .BR AT_L1D_CACHEGEOMETRY .
 .TP
-.BR AT_L1I_CACHESIZE
+.B AT_L1I_CACHESIZE
 The L1 instruction cache size.
 .TP
-.BR AT_L2_CACHEGEOMETRY
+.B AT_L2_CACHEGEOMETRY
 Geometry of the L2 cache, encoded as for
 .BR AT_L1D_CACHEGEOMETRY .
 .TP
-.BR AT_L2_CACHESIZE
+.B AT_L2_CACHESIZE
 The L2 cache size.
 .TP
-.BR AT_L3_CACHEGEOMETRY
+.B AT_L3_CACHEGEOMETRY
 Geometry of the L3 cache, encoded as for
 .BR AT_L1D_CACHEGEOMETRY .
 .TP
-.BR AT_L3_CACHESIZE
+.B AT_L3_CACHESIZE
 The L3 cache size.
 .TP
-.BR AT_PAGESZ
+.B AT_PAGESZ
 The system page size (the same value returned by
 .IR sysconf(_SC_PAGESIZE) ).
 .TP
diff --git a/man3/malloc.3 b/man3/malloc.3
index 6addb46f7..9a145a620 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -218,10 +218,10 @@ The
 function returns a pointer to the newly allocated memory, which is suitably
 aligned for any built-in type, or NULL if the request failed.
 The returned pointer may be the same as
-.IR ptr
+.I ptr
 if the allocation was not moved
 (e.g., there was room to expand the allocation in-place), or different from
-.IR ptr
+.I ptr
 if the allocation was moved to a new address.
 If
 .I size
-- 
2.25.0

                 reply	other threads:[~2020-02-23 21:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200223212806.GA1912@rhi.hi.is \
    --to=bjarniig@rhi.hi.is \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.