Change '-' to '\-' for the prefix of names to indicate an option.
Change '-' to '\(en' for a range.
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.IR /dev/XXYN ,
where XX designates
the device type (e.g., 'hd' for ST-506 compatible hard disk, with Y in
-\&'a'-'d'; 'sd' for SCSI compatible disk, with Y in 'a'-'e'),
+\&'a'\(en'd'; 'sd' for SCSI compatible disk, with Y in 'a'\(en'e'),
Y the driver letter or
number, and N the number (in decimal) of the partition on this device.
.IP
.B "IDE Disk/CD-ROM Driver Parameters"
The IDE driver accepts a number of parameters, which range from disk
geometry specifications, to support for broken controller chips.
-Drive-specific options are specified by using 'hdX=' with X in 'a'-'h'.
+Drive-specific options are specified by using 'hdX=' with X in 'a'\(en'h'.
.IP
Non-drive-specific options are specified with the prefix 'hd='.
Note that using a drive-specific prefix for a non-drive-specific option
.PP
.in +4n
.EX
-mount -o release_agent=pathname ...
+mount \-o release_agent=pathname ...
.EE
.in
.PP
.PP
.in +4n
.EX
-mount -t cgroup -o none,name=somename none /some/mount/point
+mount \-t cgroup \-o none,name=somename none /some/mount/point
.EE
.in
.PP
.PP
.in +4n
.EX
-mount -t cgroup2 none /mnt/cgroup2
+mount \-t cgroup2 none /mnt/cgroup2
.EE
.in
.PP
.\"
.SS Cgroups v2 mount options
The following options
-.RI ( "mount -o" )
+.RI ( "mount \-o" )
can be specified when mounting the group v2 filesystem:
.TP
.IR nsdelegate " (since Linux 4.15)"
.IP
.in +4n
.EX
-echo '+pids -memory' > x/y/cgroup.subtree_control
+echo '+pids \-memory' > x/y/cgroup.subtree_control
.EE
.in
.IP
.PP
.in +4n
.EX
-mount -t cgroup2 -o remount,nsdelegate \e
+mount \-t cgroup2 \-o remount,nsdelegate \e
none /sys/fs/cgroup/unified
.EE
.in
This macro is implicitly defined by
.BR gcc (1)
when invoked with, for example, the
-.I -std=c99
+.I \-std=c99
or
-.I -ansi
+.I \-ansi
flag.
.TP
.B _POSIX_C_SOURCE
(if present, usually a closing parenthesis and/or end-of-sentence
punctuation) immediately following.
For non-HTML output devices (e.g.,
-.BR "man -Tutf8" ),
+.BR "man \-Tutf8" ),
the link text is followed by the URL in angle brackets; if there is no
link text, the URL is printed as its own link text, surrounded by angle
brackets.
.PP
The
.BR gcc (1)
-.I "-fno-math-errno"
+.I "\-fno-math-errno"
option causes the executable to employ implementations of some
mathematical functions that are faster than the standard
implementations, but do not set
on error.
(The
.BR gcc (1)
-.I "-ffast-math"
+.I "\-ffast-math"
option also enables
-.IR "-fno-math-errno" .)
+.IR "\-fno-math-errno" .)
An error can still be tested for using
.BR fetestexcept (3).
.SH SEE ALSO
.PP
.in +4n
.EX
-$ mount -t proc proc /proc
+$ mount \-t proc proc /proc
.EE
.in
.PP
then this value defines the default stack size for new threads.
To be effective, this limit must be set before the program
is executed, perhaps using the
-.I ulimit -s
+.I ulimit \-s
shell built-in command
.RI ( "limit stacksize"
in the C shell).