]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man7/*: ffix: change '-' to '\-' for options and to '\(en' for a range
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Wed, 1 Jul 2020 23:31:30 +0000 (23:31 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 2 Jul 2020 10:21:02 +0000 (12:21 +0200)
  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>
man7/bootparam.7
man7/cgroups.7
man7/feature_test_macros.7
man7/man.7
man7/math_error.7
man7/pid_namespaces.7
man7/pthreads.7

index 9f695129a8927faddb148af5f7dd608f26c6bef9..09ee212f5f708aeddd9ac53a8a29118a9eb33e7a 100644 (file)
@@ -138,7 +138,7 @@ A symbolic specification has the form
 .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
@@ -485,7 +485,7 @@ for older kernels) in the Linux kernel source.
 .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
index 3e346b8d875203a5540e689517966f7455ebc249..5d060c2ada23afb231b8a36e2c27169d7c22b4cf 100644 (file)
@@ -522,7 +522,7 @@ cgroup filesystem is mounted:
 .PP
 .in +4n
 .EX
-mount -o release_agent=pathname ...
+mount \-o release_agent=pathname ...
 .EE
 .in
 .PP
@@ -549,7 +549,7 @@ it is possible to mount a cgroup hierarchy that has no attached controllers:
 .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
@@ -633,7 +633,7 @@ when mounting the cgroup v2 filesystem using a command such as the following:
 .PP
 .in +4n
 .EX
-mount -t cgroup2 none /mnt/cgroup2
+mount \-t cgroup2 none /mnt/cgroup2
 .EE
 .in
 .PP
@@ -670,7 +670,7 @@ during the boot process.
 .\"
 .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)"
@@ -791,7 +791,7 @@ or '\-' (to disable a controller), as in the following example:
 .IP
 .in +4n
 .EX
-echo '+pids -memory' > x/y/cgroup.subtree_control
+echo '+pids \-memory' > x/y/cgroup.subtree_control
 .EE
 .in
 .IP
@@ -1120,7 +1120,7 @@ option as follows:
 .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
index 82e8abb5feed647ebf0ccad284a349c95955e740..445295acc02b544091f2e106c8ea00e1138a3d47 100644 (file)
@@ -220,9 +220,9 @@ ISO Standard C.
 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
index 678d64607a90895225fdb4f6cfc202d722cfaf2f..43bd0b9622d20dd0ae759dbaf84ca80d8a4d0e57 100644 (file)
@@ -278,7 +278,7 @@ macro, with the optional
 (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.
index d4f8ca5f1e590d4fe94f9e42bb920bc9a989584b..c69eaaf089bacfb19386e6494bcb578b082140a2 100644 (file)
@@ -240,7 +240,7 @@ and POSIX.1.
 .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
@@ -248,9 +248,9 @@ 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
index 99b30b2f9b0f039b7f5a4890b2c64db2e5cda77e..f2aa25884de371cb4bd70eaa453967b5890963aa 100644 (file)
@@ -343,7 +343,7 @@ is:
 .PP
 .in +4n
 .EX
-$ mount -t proc proc /proc
+$ mount \-t proc proc /proc
 .EE
 .in
 .PP
index 78f6df17f8589d43debb5c6e734424aaa4a4e2f0..c91106d8cbd253d7d715148cad799d3c12827f5b 100644 (file)
@@ -856,7 +856,7 @@ is set to a value other than
 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).