]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man1/*: ffix: change '-' to '\-' for options
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Wed, 1 Jul 2020 22:05:53 +0000 (22:05 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 2 Jul 2020 10:18:03 +0000 (12:18 +0200)
  Change '-' to '\-' for the prefix of names to indicate an option.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/locale.1
man1/memusage.1
man1/memusagestat.1

index 5877957283bb0e7d29656eba979b461c599ac879..5506354bd0835e60586d6fb697516b42fdb72af0 100644 (file)
@@ -58,7 +58,7 @@ the behavior is as follows:
 .BR \-a ", " \-\-all\-locales
 Display a list of all available locales.
 The
-.B -v
+.B \-v
 option causes the
 .B LC_IDENTIFICATION
 metadata about each locale to be included in the output.
@@ -66,7 +66,7 @@ metadata about each locale to be included in the output.
 .BR \-m ", " \-\-charmaps
 Display the available charmaps (character set description files).
 To display the current character set for the locale, use
-\fBlocale -c charmap\fR.
+\fBlocale \-c charmap\fR.
 .PP
 The
 .B locale
@@ -195,8 +195,8 @@ in the shell profile file so that the custom locale will be used in the
 subsequent user sessions:
 .PP
 .EX
-$ \fBmkdir -p $HOME/.locale\fP
-$ \fBI18NPATH=./wrk/ localedef -f UTF-8 -i fi_SE $HOME/.locale/fi_SE.UTF-8\fP
+$ \fBmkdir \-p $HOME/.locale\fP
+$ \fBI18NPATH=./wrk/ localedef \-f UTF-8 \-i fi_SE $HOME/.locale/fi_SE.UTF-8\fP
 $ \fBLOCPATH=$HOME/.locale LC_ALL=fi_SE.UTF-8 date\fP
 $ \fBecho "export LOCPATH=\e$HOME/.locale" >> $HOME/.bashrc\fP
 $ \fBecho "export LANG=fi_SE.UTF-8" >> $HOME/.bashrc\fP
index 9292fb8f041c6ccf09df942f6851529313e94779..ce50e6f16a27fe46f91bd040b55b68e5f6e2de51 100644 (file)
@@ -55,7 +55,7 @@ can also be intercepted.
 can output the collected data in textual form, or it can use
 .BR memusagestat (1)
 (see the
-.B -p
+.B \-p
 option,  below)
 to create a PNG file containing graphical representation
 of the collected data.
index 411622446ed8996ddc3804aefca24f84fba8a227..a1c40cd86475d82a3acdca1c8240206aa8535988 100644 (file)
@@ -31,7 +31,7 @@ creates a PNG file containing a graphical representation of the
 memory profiling data in the file
 .IR datafile ;
 that file is generated via the
-.I -d
+.I \-d
 (or
 .IR --data )
 option of
@@ -41,7 +41,7 @@ The red line in the graph shows the heap usage (allocated memory)
 and the green line shows the stack usage.
 The x-scale is either the number of memory-handling function calls or
 (if the
-.I -t
+.I \-t
 option is specified)
 time.
 .SH OPTIONS