aboutsummaryrefslogtreecommitdiffstats
path: root/man4
diff options
context:
space:
mode:
Diffstat (limited to 'man4')
-rw-r--r--man4/cciss.42
-rw-r--r--man4/dsp56k.42
-rw-r--r--man4/hpsa.42
-rw-r--r--man4/initrd.418
-rw-r--r--man4/loop.46
-rw-r--r--man4/rtc.44
6 files changed, 17 insertions, 17 deletions
diff --git a/man4/cciss.4 b/man4/cciss.4
index ddd03879c4..ca1c6343bf 100644
--- a/man4/cciss.4
+++ b/man4/cciss.4
@@ -375,7 +375,7 @@ for example) before I/O can proceed again to a tape drive that was reset.
and
.I Documentation/blockdev/cciss.txt
and
-.I Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
+.I Documentation/ABI/testing/sysfs\-bus\-pci\-devices\-cciss
in the Linux kernel source tree
.\" .SH AUTHORS
.\" Don Brace, Steve Cameron, Chase Maupin, Mike Miller, Michael Ni,
diff --git a/man4/dsp56k.4 b/man4/dsp56k.4
index ae2310bb68..7b37808b61 100644
--- a/man4/dsp56k.4
+++ b/man4/dsp56k.4
@@ -114,7 +114,7 @@ user-defined command handled by the program running in the DSP56001.
.\" Fredrik Noring <noring@nocrew.org>, lars brinkhoff <lars@nocrew.org>,
.\" Tomas Berndtsson <tomas@nocrew.org>.
.SH SEE ALSO
-.IR linux/include/asm-m68k/dsp56k.h ,
+.IR linux/include/asm\-m68k/dsp56k.h ,
.IR linux/drivers/char/dsp56k.c ,
.UR http://dsp56k.nocrew.org/
.UE ,
diff --git a/man4/hpsa.4 b/man4/hpsa.4
index ad6e33e284..9a4a5e4931 100644
--- a/man4/hpsa.4
+++ b/man4/hpsa.4
@@ -229,7 +229,7 @@ for some examples.
and
.I Documentation/scsi/hpsa.txt
and
-.I Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
+.I Documentation/ABI/testing/sysfs\-bus\-pci\-devices\-cciss
in the Linux kernel source tree
.\" .SH AUTHORS
.\" Don Brace, Steve Cameron, Tom Lawler, Mike Miller, Scott Teel
diff --git a/man4/initrd.4 b/man4/initrd.4
index 4bd83e0620..619044215d 100644
--- a/man4/initrd.4
+++ b/man4/initrd.4
@@ -266,22 +266,22 @@ After mounting
.IR /proc ,
.I /linuxrc
changes the normal root device by writing into the proc files
-.IR /proc/sys/kernel/real-root-dev ,
-.IR /proc/sys/kernel/nfs-root-name ,
+.IR /proc/sys/kernel/real\-root\-dev ,
+.IR /proc/sys/kernel/nfs\-root\-name ,
and
-.IR /proc/sys/kernel/nfs-root-addrs .
+.IR /proc/sys/kernel/nfs\-root\-addrs .
For a physical root device, the root device is changed by having
.I /linuxrc
write the new root filesystem device number into
-.IR /proc/sys/kernel/real-root-dev .
+.IR /proc/sys/kernel/real\-root\-dev .
For an NFS root filesystem, the root device is changed by having
.I /linuxrc
write the NFS setting into files
-.IR /proc/sys/kernel/nfs-root-name
+.IR /proc/sys/kernel/nfs\-root\-name
and
-.I /proc/sys/kernel/nfs-root-addrs
+.I /proc/sys/kernel/nfs\-root\-addrs
and then writing 0xff (e.g., the pseudo-NFS-device number) into file
-.IR /proc/sys/kernel/real-root-dev .
+.IR /proc/sys/kernel/real\-root\-dev .
For example, the following shell command line would change
the normal root device to
.IR /dev/hdb1 :
@@ -309,7 +309,7 @@ echo 255 >/proc/sys/kernel/real\-root\-dev
.PP
.BR Note :
The use of
-.I /proc/sys/kernel/real-root-dev
+.I /proc/sys/kernel/real\-root\-dev
to change the root filesystem is obsolete.
See the Linux kernel source file
.I Documentation/admin\-guide/initrd.rst
@@ -362,7 +362,7 @@ completed system yet.)
The executable
.IR /linuxrc
sets
-.IR /proc/sys/kernel/real-root-dev ,
+.IR /proc/sys/kernel/real\-root\-dev ,
unmounts
.IR /proc ,
the normal root filesystem and any other filesystems
diff --git a/man4/loop.4 b/man4/loop.4
index 07b6be8f1b..fa5aa76bd0 100644
--- a/man4/loop.4
+++ b/man4/loop.4
@@ -271,11 +271,11 @@ struct loop_info64 {
Since Linux 3.1,
.\" commit 770fe30a46a12b6fb6b63fbe1737654d28e84844
the kernel provides the
-.I /dev/loop-control
+.I /dev/loop\-control
device, which permits an application to dynamically find a free device,
and to add and remove loop devices from the system.
To perform these operations, one first opens
-.IR /dev/loop-control
+.IR /dev/loop\-control
and then employs one of the following
.BR ioctl (2)
operations:
@@ -308,7 +308,7 @@ If the device is in use, the call fails with the error
The loop block special device files.
.SH EXAMPLES
The program below uses the
-.I /dev/loop-control
+.I /dev/loop\-control
device to find a free loop device, opens the loop device,
opens a file to be used as the underlying storage for the device,
and then associates the loop device with the backing store.
diff --git a/man4/rtc.4 b/man4/rtc.4
index 136d3e2123..f8626c924e 100644
--- a/man4/rtc.4
+++ b/man4/rtc.4
@@ -200,7 +200,7 @@ in the range 2 to 8192.
Only a privileged process (i.e., one having the
.B CAP_SYS_RESOURCE
capability) can set frequencies above the value specified in
-.IR /proc/sys/dev/rtc/max-user-freq .
+.IR /proc/sys/dev/rtc/max\-user\-freq .
(This file contains the value 64 by default.)
.TP
.BR RTC_AIE_ON ", " RTC_AIE_OFF
@@ -226,7 +226,7 @@ Only a privileged process (i.e., one having the
.B CAP_SYS_RESOURCE
capability) can enable the periodic interrupt if the frequency is
currently set above the value specified in
-.IR /proc/sys/dev/rtc/max-user-freq .
+.IR /proc/sys/dev/rtc/max\-user\-freq .
.TP
.BR RTC_EPOCH_READ ", " RTC_EPOCH_SET
Many RTCs encode the year in an 8-bit register which is either