From 38fa3557692f139247caf5b440ca5fd070cd41ea Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Sat, 16 Dec 2017 15:18:43 -0500 Subject: [PATCH] Fix typo --- pages/common/dc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dc.md b/pages/common/dc.md index 1528ee8dc2..34dac02c1a 100644 --- a/pages/common/dc.md +++ b/pages/common/dc.md @@ -14,7 +14,7 @@ `echo "4 5 * 17 - p"| dc` -- Set number of decimal places to 10 [k 7], calculate 5 divided by -3 [5 _3 /] and [p]rint (using dc -e): +- Set number of decimal places to 7 [7 k], calculate 5 divided by -3 [5 _3 /] and [p]rint (using dc -e): `dc -e "7 k 5 _3 / p"`