[PATCH] man7/r*.7: srcfix: Use a single-font-style macro for a single argument

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  Use a single-font-style macro (".B", ".I") for a single argument.

  Remove unneeded quotation marks (").

  The output from "nroff" and "groff" is unchanged.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx>
---
 man7/random.7     | 10 +++++-----
 man7/rtld-audit.7 | 14 +++++++-------
 man7/rtnetlink.7  |  2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/man7/random.7 b/man7/random.7
index a5c0ef972..578cb3c89 100644
--- a/man7/random.7
+++ b/man7/random.7
@@ -66,7 +66,7 @@ The default is the
 source; the
 .I random
 source is selected by specifying the
-.BR GRND_RANDOM
+.B GRND_RANDOM
 flag to the system call.
 (The
 .BR getentropy (3)
@@ -80,21 +80,21 @@ entropy pool is considered to be initialized.
 .SS Choice of random source
 Unless you are doing long-term key generation (and most likely not even
 then), you probably shouldn't be reading from the
-.IR /dev/random
+.I /dev/random
 device or employing
 .BR getrandom (2)
 with the
-.BR GRND_RANDOM
+.B GRND_RANDOM
 flag.
 Instead, either read from the
-.IR /dev/urandom
+.I /dev/urandom
 device or employ
 .BR getrandom (2)
 without the
 .B GRND_RANDOM
 flag.
 The cryptographic algorithms used for the
-.IR urandom
+.I urandom
 source are quite conservative, and so should be sufficient for all purposes.
 .PP
 The disadvantage of
diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7
index 853ad5e7b..db5795113 100644
--- a/man7/rtld-audit.7
+++ b/man7/rtld-audit.7
@@ -50,7 +50,7 @@ then no implementation needs to be provided for the corresponding
 auditing function.
 .PP
 To employ the auditing interface, the environment variable
-.BR LD_AUDIT
+.B LD_AUDIT
 must be defined to contain a colon-separated list of shared libraries,
 each of which can implement (parts of) the auditing API.
 When an auditable event occurs,
@@ -326,7 +326,7 @@ for PLT entries, each time the symbol is referenced.
 .\" but don't seem to be called for dynamically loaded libs?
 .\" Is this the same on Solaris?
 The following flags can be ORed into
-.IR *flags
+.I *flags
 to change this default behavior:
 .TP 22
 .B LA_SYMB_NOPLTENTER
@@ -372,7 +372,7 @@ The
 .IR refcook ,
 .IR defcook ,
 and
-.IR symname
+.I symname
 are as for
 .BR la_symbind* ().
 .PP
@@ -391,9 +391,9 @@ and can be used to modify subsequent auditing of, this PLT entry, as for
 .PP
 .\" FIXME . Is the following correct?
 The
-.IR framesizep
+.I framesizep
 argument points to a
-.IR "long\ int"
+.I long\ int
 buffer that can be used to explicitly set the frame size
 used for the call to this PLT entry.
 If different
@@ -435,7 +435,7 @@ The
 .IR refcook ,
 .IR defcook ,
 and
-.IR symname
+.I symname
 are as for
 .BR la_symbind* ().
 .PP
@@ -488,7 +488,7 @@ function does not provide
 and
 .I outregs
 arguments (but does provide a
-.IR retval
+.I retval
 argument with the function return value).
 .SH BUGS
 In glibc versions up to and include 2.9,
diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
index 0be59a77c..258d9ac88 100644
--- a/man7/rtnetlink.7
+++ b/man7/rtnetlink.7
@@ -111,7 +111,7 @@ T}:Interface Statistics.
 The value type for
 .B IFLA_STATS
 is
-.IR "struct rtnl_link_stats"
+.I struct rtnl_link_stats
 .RI ( "struct net_device_stats"
 in Linux 2.4 and earlier).
 .TP
-- 
2.20.1



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux