linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] units.7: tfix
@ 2020-03-23  8:57 Jakub Wilk
  2020-03-26  7:50 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2020-03-23  8:57 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Escape hyphens.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man7/units.7 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/man7/units.7 b/man7/units.7
index 3df0f28c8..e2191a310 100644
--- a/man7/units.7
+++ b/man7/units.7
@@ -35,16 +35,16 @@ Below the standard prefixes.
 .TS
 l l l.
 Prefix	Name	Value
-y	yocto	10^-24 = 0.000000000000000000000001
-z	zepto	10^-21 = 0.000000000000000000001
-a	atto	10^-18 = 0.000000000000000001
-f	femto	10^-15 = 0.000000000000001
-p	pico	10^-12 = 0.000000000001
-n	nano	10^-9  = 0.000000001
-\(mc	micro	10^-6  = 0.000001
-m	milli	10^-3  = 0.001
-c	centi	10^-2  = 0.01
-d	deci	10^-1  = 0.1
+y	yocto	10^\-24 = 0.000000000000000000000001
+z	zepto	10^\-21 = 0.000000000000000000001
+a	atto	10^\-18 = 0.000000000000000001
+f	femto	10^\-15 = 0.000000000000001
+p	pico	10^\-12 = 0.000000000001
+n	nano	10^\-9  = 0.000000001
+\(mc	micro	10^\-6  = 0.000001
+m	milli	10^\-3  = 0.001
+c	centi	10^\-2  = 0.01
+d	deci	10^\-1  = 0.1
 da	deka	10^ 1  = 10
 h	hecto	10^ 2  = 100
 k	kilo	10^ 3  = 1000
-- 
2.26.0.rc2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-26  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23  8:57 [PATCH] units.7: tfix Jakub Wilk
2020-03-26  7:50 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).