Use a single-font-style macro (".B", ".I") for a single argument. The output from "nroff" and "groff" is unchanged, except for the change 1) '.' to '.\&' for an abbreviation 2) ". (" to ". (" (end of sentence). in the file "sysfs.5". Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man5/resolv.conf.5 | 36 ++++++++++++++--------------- man5/slabinfo.5 | 6 ++--- man5/sysfs.5 | 56 +++++++++++++++++++++++----------------------- 3 files changed, 49 insertions(+), 49 deletions(-) diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index 2aa1738f4..1deb33612 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -136,9 +136,9 @@ where \fIoption\fP is one of the following: \fBdebug\fP .\" Since glibc 2.2? Sets -.BR RES_DEBUG +.B RES_DEBUG in -.IR _res.options +.I _res.options (effective only if glibc was built with debug support; see .BR resolver (3)). .TP @@ -161,12 +161,12 @@ The value for this option is silently capped to 15. Sets the amount of time the resolver will wait for a response from a remote name server before retrying the query via a different name server. This may -.BR not +.B not be the total time taken by any resolver API call and there is no guarantee that a single resolver API call maps to a single timeout. Measured in seconds, the default is -.BR RES_TIMEOUT +.B RES_TIMEOUT (currently 5, see \fI<resolv.h>\fP). The value for this option is silently capped to 30. .TP @@ -175,14 +175,14 @@ Sets the number of times the resolver will send a query to its name servers before giving up and returning an error to the calling application. The default is -.BR RES_DFLRETRY +.B RES_DFLRETRY (currently 2, see \fI<resolv.h>\fP). The value for this option is silently capped to 5. .TP .B rotate .\" Since glibc 2.2 Sets -.BR RES_ROTATE +.B RES_ROTATE in .IR _res.options , which causes round-robin selection of name servers from among those listed. @@ -192,7 +192,7 @@ rather than having all clients try the first listed server first every time. .B no\-check\-names .\" since glibc 2.2 Sets -.BR RES_NOCHECKNAME +.B RES_NOCHECKNAME in .IR _res.options , which disables the modern BIND checking of incoming hostnames and @@ -202,7 +202,7 @@ or control characters. .B inet6 .\" Since glibc 2.2 Sets -.BR RES_USE_INET6 +.B RES_USE_INET6 in .IR _res.options . This has the effect of trying an AAAA query before an A query inside the @@ -218,7 +218,7 @@ rather than .TP .BR ip6\-bytestring " (since glibc 2.3.4)" Sets -.BR RES_USEBSTRING +.B RES_USEBSTRING in .IR _res.options . This causes reverse IPv6 lookups to be made using the bit-label format @@ -230,7 +230,7 @@ DNS extension that was never deployed on the Internet. .TP .BR ip6\-dotint / no\-ip6\-dotint " (glibc 2.3.4 to 2.24)" Clear/set -.BR RES_NOIP6DOTINT +.B RES_NOIP6DOTINT in .IR _res.options . When this option is clear @@ -244,23 +244,23 @@ reverse IPv6 lookups are made in the .I ip6.arpa zone by default. These options are available in glibc versions up to 2.24, where -.BR no-ip6-dotint +.B no-ip6-dotint is the default. Since -.BR ip6\-dotint +.B ip6\-dotint support long ago ceased to be available on the Internet, these options were removed in glibc 2.25. .TP .BR edns0 " (since glibc 2.6)" Sets -.BR RES_USE_EDNSO +.B RES_USE_EDNSO in .IR _res.options . This enables support for the DNS extensions described in RFC\ 2671. .TP .BR single\-request " (since glibc 2.10)" Sets -.BR RES_SNGLKUP +.B RES_SNGLKUP in .IR _res.options . By default, glibc performs IPv4 and IPv6 lookups in parallel since @@ -273,7 +273,7 @@ resolving process). .TP .BR single\-request\-reopen " (since glibc 2.9)" Sets -.BR RES_SNGLKUPREOP +.B RES_SNGLKUPREOP in .IR _res.options . The resolver uses the same socket for the A and AAAA requests. @@ -285,7 +285,7 @@ close the socket and open a new one before sending the second request. .TP .BR no\-tld\-query " (since glibc 2.14)" Sets -.BR RES_NOTLDQUERY +.B RES_NOTLDQUERY in .IR _res.options . This option causes @@ -298,7 +298,7 @@ This option has no effect if neither RES_DEFNAMES or RES_DNSRCH is set. .TP .BR use\-vc " (since glibc 2.14)" Sets -.BR RES_USEVC +.B RES_USEVC in .IR _res.options . This option forces the use of TCP for DNS resolutions. @@ -306,7 +306,7 @@ This option forces the use of TCP for DNS resolutions. .TP .BR no\-reload " (since glibc 2.26)" Sets -.BR RES_NORELOAD +.B RES_NORELOAD in .IR _res.options . This option disables automatic reloading of a changed configuration file. diff --git a/man5/slabinfo.5 b/man5/slabinfo.5 index b41e401e8..716c91ff9 100644 --- a/man5/slabinfo.5 +++ b/man5/slabinfo.5 @@ -107,7 +107,7 @@ is the cache name, and .IR limit , .IR batchcount , and -.IR sharedfactor +.I sharedfactor are integers defining new values for the corresponding tunables. The .I limit @@ -224,7 +224,7 @@ The current format, which first appeared in Linux 2.6.10. Only root can read and (if the kernel was configured with .BR CONFIG_SLAB ) write the -.IR /proc/slabinfo +.I /proc/slabinfo file. .PP The total amount of memory allocated to the SLAB/SLUB cache is shown in the @@ -235,6 +235,6 @@ field of .BR slabtop (1) .PP The kernel source file -.IR Documentation/vm/slub.txt +.I Documentation/vm/slub.txt and .IR tools/vm/slabinfo.c . diff --git a/man5/sysfs.5 b/man5/sysfs.5 index 52ee96719..ff10ef6f1 100644 --- a/man5/sysfs.5 +++ b/man5/sysfs.5 @@ -33,7 +33,7 @@ kernel data structures. (More precisely, the files and directories in .B sysfs provide a view of the -.IR kobject +.I kobject structures defined internally within the kernel.) The files under .B sysfs @@ -65,29 +65,29 @@ The following list describes some of the files and directories under the .I /sys hierarchy. .TP -.IR /sys/block +.I /sys/block This subdirectory contains one symbolic link for each block device that has been discovered on the system. The symbolic links point to corresponding directories under .IR /sys/devices . .TP -.IR /sys/bus +.I /sys/bus This directory contains one subdirectory for each of the bus types in the kernel. Inside each of these directories are two subdirectories: .RS .TP -.IR devices +.I devices This subdirectory contains symbolic links to entries in -.IR /sys/devices +.I /sys/devices that correspond to the devices discovered on this bus. .TP -.IR drivers +.I drivers This subdirectory contains one subdirectory for each device driver that is loaded on this bus. .RE .TP -.IR /sys/class +.I /sys/class This subdirectory contains a single layer of further subdirectories for each of the device classes that have been registered on the system (e.g., terminals, network devices, block devices, graphics devices, @@ -95,19 +95,19 @@ sound devices, and so on). Inside each of these subdirectories are symbolic links for each of the devices in this class. These symbolic links refer to entries in the -.IR /sys/devices +.I /sys/devices directory. .TP -.IR /sys/class/net +.I /sys/class/net Each of the entries in this directory is a symbolic link representing one of the real or virtual networking devices that are visible in the network namespace of the process that is accessing the directory. Each of these symbolic links refers to entries in the -.IR /sys/devices +.I /sys/devices directory. .TP -.IR /sys/dev +.I /sys/dev This directory contains two subdirectories .IR block / and @@ -121,7 +121,7 @@ Each symbolic link points to the .B sysfs directory for a device. The symbolic links inside -.IR /sys/dev +.I /sys/dev thus provide an easy way to look up the .B sysfs interface using the device IDs returned by a call to @@ -147,46 +147,46 @@ $ \fBls \-d1 /sys/devices/virtual/mem/null/*\fP .EE .in .TP -.IR /sys/devices +.I /sys/devices This is a directory that contains a filesystem representation of the kernel device tree, which is a hierarchy of .I device structures within the kernel. .TP -.IR /sys/firmware +.I /sys/firmware This subdirectory contains interfaces for viewing and manipulating firmware-specific objects and attributes. .TP -.IR /sys/fs +.I /sys/fs This directory contains subdirectories for some filesystems. A filesystem will have a subdirectory here only if it chose to explicitly create the subdirectory. .TP -.IR /sys/fs/cgroup +.I /sys/fs/cgroup This directory conventionally is used as a mount point for a .BR tmpfs (5) filesystem containing mount points for .BR cgroups (7) filesystems. .TP -.IR /sys/fs/smackfs +.I /sys/fs/smackfs The directory contains configuration files for the SMACK LSM. See the kernel source file .IR Documentation/admin-guide/LSM/Smack.rst . .TP -.IR /sys/hypervisor +.I /sys/hypervisor [To be documented] .TP -.IR /sys/kernel +.I /sys/kernel This subdirectory contains various files and subdirectories that provide information about the running kernel. .TP -.IR /sys/kernel/cgroup/ +.I /sys/kernel/cgroup/ For information about the files in this directory, see .BR cgroups (7). .TP -.IR /sys/kernel/debug/tracing +.I /sys/kernel/debug/tracing Mount point for the .I tracefs filesystem used by the kernel's @@ -197,11 +197,11 @@ facility. see the kernel source file .IR Documentation/trace/ftrace.txt .) .TP -.IR /sys/kernel/mm +.I /sys/kernel/mm This subdirectory contains various files and subdirectories that provide information about the kernel's memory management subsystem. .TP -.IR /sys/kernel/mm/hugepages +.I /sys/kernel/mm/hugepages This subdirectory contains one subdirectory for each of the huge page sizes that the system supports. The subdirectory name indicates the huge page size (e.g., @@ -212,7 +212,7 @@ associated with that huge page size. For further information, see the kernel source file .IR Documentation/admin-guide/mm/hugetlbpage.rst . .TP -.IR /sys/module +.I /sys/module This subdirectory contains one subdirectory for each module that is loaded into the kernel. The name of each directory is the name of the module. @@ -269,7 +269,7 @@ This information is mainly used for debugging. [To be documented] .RE .TP -.IR /sys/power +.I /sys/power [To be documented] .SH VERSIONS The @@ -286,7 +286,7 @@ of thing that needs to be updated very often. .BR proc (5), .BR udev (7) .PP -P. Mochel. (2005). +P.\& Mochel. (2005). .IR "The sysfs filesystem" . Proceedings of the 2005 Ottawa Linux Symposium. .\" https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf @@ -294,6 +294,6 @@ Proceedings of the 2005 Ottawa Linux Symposium. The kernel source file .I Documentation/filesystems/sysfs.txt and various other files in -.IR Documentation/ABI +.I Documentation/ABI and -.IR Documentation/*/sysfs.txt +.I Documentation/*/sysfs.txt -- 2.20.1