aboutsummaryrefslogtreecommitdiff
path: root/manuals/dc/N.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/dc/N.1.md')
-rw-r--r--manuals/dc/N.1.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/manuals/dc/N.1.md b/manuals/dc/N.1.md
index 3c36661d..8795d947 100644
--- a/manuals/dc/N.1.md
+++ b/manuals/dc/N.1.md
@@ -224,10 +224,6 @@ The following are the options that dc(1) accepts.
: Makes dc(1) print all numbers greater than **-1** and less than **1**, and
not equal to **0**, with a leading zero.
- This can be set for individual numbers with the **plz(x)**, plznl(x)**,
- **pnlz(x)**, and **pnlznl(x)** functions in the extended math library (see
- the **LIBRARY** section).
-
This is a **non-portable extension**.
All long options are **non-portable extensions**.
@@ -1087,6 +1083,12 @@ other character produces a parse error (see the **ERRORS** section).
: Pushes the line length set by **DC_LINE_LENGTH** (see the **ENVIRONMENT
VARIABLES** section) onto the stack.
+**gx**
+
+: Pushes **1** onto the stack if extended register mode is on, **0**
+ otherwise. See the *Extended Register Mode* subsection of the **REGISTERS**
+ section for more information.
+
**gz**
: Pushes **0** onto the stack if the leading zero setting has not been enabled