aboutsummaryrefslogtreecommitdiff
path: root/manuals/dc/N.1
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/dc/N.1')
-rw-r--r--manuals/dc/N.1478
1 files changed, 240 insertions, 238 deletions
diff --git a/manuals/dc/N.1 b/manuals/dc/N.1
index 5bb0dff18e0a..6233c753dea8 100644
--- a/manuals/dc/N.1
+++ b/manuals/dc/N.1
@@ -1,7 +1,7 @@
.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
-.\" Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+.\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions are met:
@@ -25,45 +25,45 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.TH "DC" "1" "February 2023" "Gavin D. Howard" "General Commands Manual"
+.TH "DC" "1" "January 2024" "Gavin D. Howard" "General Commands Manual"
.nh
.ad l
.SH Name
-dc - arbitrary-precision decimal reverse-Polish notation calculator
+dc \- arbitrary\-precision decimal reverse\-Polish notation calculator
.SH SYNOPSIS
-\f[B]dc\f[R] [\f[B]-cChiPRvVx\f[R]] [\f[B]--version\f[R]]
-[\f[B]--help\f[R]] [\f[B]--digit-clamp\f[R]]
-[\f[B]--no-digit-clamp\f[R]] [\f[B]--interactive\f[R]]
-[\f[B]--no-prompt\f[R]] [\f[B]--no-read-prompt\f[R]]
-[\f[B]--extended-register\f[R]] [\f[B]-e\f[R] \f[I]expr\f[R]]
-[\f[B]--expression\f[R]=\f[I]expr\f[R]\&...]
-[\f[B]-f\f[R] \f[I]file\f[R]\&...]
-[\f[B]--file\f[R]=\f[I]file\f[R]\&...]
+\f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]]
+[\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
+[\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]]
+[\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
+[\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
+[\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
+[\f[B]\-f\f[R] \f[I]file\f[R]\&...]
+[\f[B]\-\-file\f[R]=\f[I]file\f[R]\&...]
[\f[I]file\f[R]\&...]
-[\f[B]-I\f[R] \f[I]ibase\f[R]] [\f[B]--ibase\f[R]=\f[I]ibase\f[R]]
-[\f[B]-O\f[R] \f[I]obase\f[R]] [\f[B]--obase\f[R]=\f[I]obase\f[R]]
-[\f[B]-S\f[R] \f[I]scale\f[R]] [\f[B]--scale\f[R]=\f[I]scale\f[R]]
-[\f[B]-E\f[R] \f[I]seed\f[R]] [\f[B]--seed\f[R]=\f[I]seed\f[R]]
+[\f[B]\-I\f[R] \f[I]ibase\f[R]] [\f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]]
+[\f[B]\-O\f[R] \f[I]obase\f[R]] [\f[B]\-\-obase\f[R]=\f[I]obase\f[R]]
+[\f[B]\-S\f[R] \f[I]scale\f[R]] [\f[B]\-\-scale\f[R]=\f[I]scale\f[R]]
+[\f[B]\-E\f[R] \f[I]seed\f[R]] [\f[B]\-\-seed\f[R]=\f[I]seed\f[R]]
.SH DESCRIPTION
-dc(1) is an arbitrary-precision calculator.
+dc(1) is an arbitrary\-precision calculator.
It uses a stack (reverse Polish notation) to store numbers and results
of computations.
Arithmetic operations pop arguments off of the stack and push the
results.
.PP
-If no files are given on the command-line, then dc(1) reads from
+If no files are given on the command\-line, then dc(1) reads from
\f[B]stdin\f[R] (see the \f[B]STDIN\f[R] section).
Otherwise, those files are processed, and dc(1) will then exit.
.PP
If a user wants to set up a standard environment, they can use
\f[B]DC_ENV_ARGS\f[R] (see the \f[B]ENVIRONMENT VARIABLES\f[R] section).
For example, if a user wants the \f[B]scale\f[R] always set to
-\f[B]10\f[R], they can set \f[B]DC_ENV_ARGS\f[R] to \f[B]-e 10k\f[R],
+\f[B]10\f[R], they can set \f[B]DC_ENV_ARGS\f[R] to \f[B]\-e 10k\f[R],
and this dc(1) will always start with a \f[B]scale\f[R] of \f[B]10\f[R].
.SH OPTIONS
The following are the options that dc(1) accepts.
.TP
-\f[B]-C\f[R], \f[B]--no-digit-clamp\f[R]
+\f[B]\-C\f[R], \f[B]\-\-no\-digit\-clamp\f[R]
Disables clamping of digits greater than or equal to the current
\f[B]ibase\f[R] when parsing numbers.
.RS
@@ -73,17 +73,17 @@ digit\[cq]s value multiplied by the value of ibase raised to the power
of the digit\[cq]s position, which starts from 0 at the least
significant digit.
.PP
-If this and/or the \f[B]-c\f[R] or \f[B]--digit-clamp\f[R] options are
-given multiple times, the last one given is used.
+If this and/or the \f[B]\-c\f[R] or \f[B]\-\-digit\-clamp\f[R] options
+are given multiple times, the last one given is used.
.PP
This option overrides the \f[B]DC_DIGIT_CLAMP\f[R] environment variable
(see the \f[B]ENVIRONMENT VARIABLES\f[R] section) and the default, which
-can be queried with the \f[B]-h\f[R] or \f[B]--help\f[R] options.
+can be queried with the \f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-c\f[R], \f[B]--digit-clamp\f[R]
+\f[B]\-c\f[R], \f[B]\-\-digit\-clamp\f[R]
Enables clamping of digits greater than or equal to the current
\f[B]ibase\f[R] when parsing numbers.
.RS
@@ -94,17 +94,17 @@ all multiplied by the value of ibase raised to the power of the
digit\[cq]s position, which starts from 0 at the least significant
digit.
.PP
-If this and/or the \f[B]-C\f[R] or \f[B]--no-digit-clamp\f[R] options
-are given multiple times, the last one given is used.
+If this and/or the \f[B]\-C\f[R] or \f[B]\-\-no\-digit\-clamp\f[R]
+options are given multiple times, the last one given is used.
.PP
This option overrides the \f[B]DC_DIGIT_CLAMP\f[R] environment variable
(see the \f[B]ENVIRONMENT VARIABLES\f[R] section) and the default, which
-can be queried with the \f[B]-h\f[R] or \f[B]--help\f[R] options.
+can be queried with the \f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-E\f[R] \f[I]seed\f[R], \f[B]--seed\f[R]=\f[I]seed\f[R]
+\f[B]\-E\f[R] \f[I]seed\f[R], \f[B]\-\-seed\f[R]=\f[I]seed\f[R]
Sets the builtin variable \f[B]seed\f[R] to the value \f[I]seed\f[R]
assuming that \f[I]seed\f[R] is in base 10.
It is a fatal error if \f[I]seed\f[R] is not a valid number.
@@ -112,10 +112,10 @@ It is a fatal error if \f[I]seed\f[R] is not a valid number.
.PP
If multiple instances of this option are given, the last is used.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-e\f[R] \f[I]expr\f[R], \f[B]--expression\f[R]=\f[I]expr\f[R]
+\f[B]\-e\f[R] \f[I]expr\f[R], \f[B]\-\-expression\f[R]=\f[I]expr\f[R]
Evaluates \f[I]expr\f[R].
If multiple expressions are given, they are evaluated in order.
If files are given as well (see below), the expressions and files are
@@ -124,44 +124,44 @@ This means that if a file is given before an expression, the file is
read in and evaluated first.
.RS
.PP
-If this option is given on the command-line (i.e., not in
+If this option is given on the command\-line (i.e., not in
\f[B]DC_ENV_ARGS\f[R], see the \f[B]ENVIRONMENT VARIABLES\f[R] section),
then after processing all expressions and files, dc(1) will exit, unless
-\f[B]-\f[R] (\f[B]stdin\f[R]) was given as an argument at least once to
-\f[B]-f\f[R] or \f[B]--file\f[R], whether on the command-line or in
+\f[B]\-\f[R] (\f[B]stdin\f[R]) was given as an argument at least once to
+\f[B]\-f\f[R] or \f[B]\-\-file\f[R], whether on the command\-line or in
\f[B]DC_ENV_ARGS\f[R].
-However, if any other \f[B]-e\f[R], \f[B]--expression\f[R],
-\f[B]-f\f[R], or \f[B]--file\f[R] arguments are given after
-\f[B]-f-\f[R] or equivalent is given, dc(1) will give a fatal error and
-exit.
+However, if any other \f[B]\-e\f[R], \f[B]\-\-expression\f[R],
+\f[B]\-f\f[R], or \f[B]\-\-file\f[R] arguments are given after
+\f[B]\-f\-\f[R] or equivalent is given, dc(1) will give a fatal error
+and exit.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-f\f[R] \f[I]file\f[R], \f[B]--file\f[R]=\f[I]file\f[R]
+\f[B]\-f\f[R] \f[I]file\f[R], \f[B]\-\-file\f[R]=\f[I]file\f[R]
Reads in \f[I]file\f[R] and evaluates it, line by line, as though it
were read through \f[B]stdin\f[R].
If expressions are also given (see above), the expressions are evaluated
in the order given.
.RS
.PP
-If this option is given on the command-line (i.e., not in
+If this option is given on the command\-line (i.e., not in
\f[B]DC_ENV_ARGS\f[R], see the \f[B]ENVIRONMENT VARIABLES\f[R] section),
then after processing all expressions and files, dc(1) will exit, unless
-\f[B]-\f[R] (\f[B]stdin\f[R]) was given as an argument at least once to
-\f[B]-f\f[R] or \f[B]--file\f[R].
-However, if any other \f[B]-e\f[R], \f[B]--expression\f[R],
-\f[B]-f\f[R], or \f[B]--file\f[R] arguments are given after
-\f[B]-f-\f[R] or equivalent is given, dc(1) will give a fatal error and
-exit.
+\f[B]\-\f[R] (\f[B]stdin\f[R]) was given as an argument at least once to
+\f[B]\-f\f[R] or \f[B]\-\-file\f[R].
+However, if any other \f[B]\-e\f[R], \f[B]\-\-expression\f[R],
+\f[B]\-f\f[R], or \f[B]\-\-file\f[R] arguments are given after
+\f[B]\-f\-\f[R] or equivalent is given, dc(1) will give a fatal error
+and exit.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-h\f[R], \f[B]--help\f[R]
+\f[B]\-h\f[R], \f[B]\-\-help\f[R]
Prints a usage message and exits.
.TP
-\f[B]-I\f[R] \f[I]ibase\f[R], \f[B]--ibase\f[R]=\f[I]ibase\f[R]
+\f[B]\-I\f[R] \f[I]ibase\f[R], \f[B]\-\-ibase\f[R]=\f[I]ibase\f[R]
Sets the builtin variable \f[B]ibase\f[R] to the value \f[I]ibase\f[R]
assuming that \f[I]ibase\f[R] is in base 10.
It is a fatal error if \f[I]ibase\f[R] is not a valid number.
@@ -169,28 +169,28 @@ It is a fatal error if \f[I]ibase\f[R] is not a valid number.
.PP
If multiple instances of this option are given, the last is used.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-i\f[R], \f[B]--interactive\f[R]
+\f[B]\-i\f[R], \f[B]\-\-interactive\f[R]
Forces interactive mode.
(See the \f[B]INTERACTIVE MODE\f[R] section.)
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-L\f[R], \f[B]--no-line-length\f[R]
+\f[B]\-L\f[R], \f[B]\-\-no\-line\-length\f[R]
Disables line length checking and prints numbers without backslashes and
newlines.
In other words, this option sets \f[B]BC_LINE_LENGTH\f[R] to \f[B]0\f[R]
(see the \f[B]ENVIRONMENT VARIABLES\f[R] section).
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-O\f[R] \f[I]obase\f[R], \f[B]--obase\f[R]=\f[I]obase\f[R]
+\f[B]\-O\f[R] \f[I]obase\f[R], \f[B]\-\-obase\f[R]=\f[I]obase\f[R]
Sets the builtin variable \f[B]obase\f[R] to the value \f[I]obase\f[R]
assuming that \f[I]obase\f[R] is in base 10.
It is a fatal error if \f[I]obase\f[R] is not a valid number.
@@ -198,10 +198,10 @@ It is a fatal error if \f[I]obase\f[R] is not a valid number.
.PP
If multiple instances of this option are given, the last is used.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-P\f[R], \f[B]--no-prompt\f[R]
+\f[B]\-P\f[R], \f[B]\-\-no\-prompt\f[R]
Disables the prompt in TTY mode.
(The prompt is only enabled in TTY mode.
See the \f[B]TTY MODE\f[R] section.)
@@ -214,10 +214,10 @@ Most of those users would want to put this option in
These options override the \f[B]DC_PROMPT\f[R] and \f[B]DC_TTY_MODE\f[R]
environment variables (see the \f[B]ENVIRONMENT VARIABLES\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-R\f[R], \f[B]--no-read-prompt\f[R]
+\f[B]\-R\f[R], \f[B]\-\-no\-read\-prompt\f[R]
Disables the read prompt in TTY mode.
(The read prompt is only enabled in TTY mode.
See the \f[B]TTY MODE\f[R] section.)
@@ -236,10 +236,10 @@ These options \f[I]do\f[R] override the \f[B]DC_PROMPT\f[R] and
\f[B]DC_TTY_MODE\f[R] environment variables (see the \f[B]ENVIRONMENT
VARIABLES\f[R] section), but only for the read prompt.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-S\f[R] \f[I]scale\f[R], \f[B]--scale\f[R]=\f[I]scale\f[R]
+\f[B]\-S\f[R] \f[I]scale\f[R], \f[B]\-\-scale\f[R]=\f[I]scale\f[R]
Sets the builtin variable \f[B]scale\f[R] to the value \f[I]scale\f[R]
assuming that \f[I]scale\f[R] is in base 10.
It is a fatal error if \f[I]scale\f[R] is not a valid number.
@@ -247,34 +247,34 @@ It is a fatal error if \f[I]scale\f[R] is not a valid number.
.PP
If multiple instances of this option are given, the last is used.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-v\f[R], \f[B]-V\f[R], \f[B]--version\f[R]
+\f[B]\-v\f[R], \f[B]\-V\f[R], \f[B]\-\-version\f[R]
Print the version information (copyright header) and exits.
.TP
-\f[B]-x\f[R] \f[B]--extended-register\f[R]
+\f[B]\-x\f[R] \f[B]\-\-extended\-register\f[R]
Enables extended register mode.
See the \f[I]Extended Register Mode\f[R] subsection of the
\f[B]REGISTERS\f[R] section for more information.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
-\f[B]-z\f[R], \f[B]--leading-zeroes\f[R]
-Makes dc(1) print all numbers greater than \f[B]-1\f[R] and less than
+\f[B]\-z\f[R], \f[B]\-\-leading\-zeroes\f[R]
+Makes dc(1) print all numbers greater than \f[B]\-1\f[R] and less than
\f[B]1\f[R], and not equal to \f[B]0\f[R], with a leading zero.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.PP
-All long options are \f[B]non-portable extensions\f[R].
+All long options are \f[B]non\-portable extensions\f[R].
.SH STDIN
-If no files are given on the command-line and no files or expressions
-are given by the \f[B]-f\f[R], \f[B]--file\f[R], \f[B]-e\f[R], or
-\f[B]--expression\f[R] options, then dc(1) reads from \f[B]stdin\f[R].
+If no files are given on the command\-line and no files or expressions
+are given by the \f[B]\-f\f[R], \f[B]\-\-file\f[R], \f[B]\-e\f[R], or
+\f[B]\-\-expression\f[R] options, then dc(1) reads from \f[B]stdin\f[R].
.PP
However, there is a caveat to this.
.PP
@@ -284,7 +284,7 @@ ended.
This means that, except for escaped brackets, all brackets must be
balanced before dc(1) parses and executes.
.SH STDOUT
-Any non-error output is written to \f[B]stdout\f[R].
+Any non\-error output is written to \f[B]stdout\f[R].
In addition, if history (see the \f[B]HISTORY\f[R] section) and the
prompt (see the \f[B]TTY MODE\f[R] section) are enabled, both are output
to \f[B]stdout\f[R].
@@ -292,7 +292,7 @@ to \f[B]stdout\f[R].
\f[B]Note\f[R]: Unlike other dc(1) implementations, this dc(1) will
issue a fatal error (see the \f[B]EXIT STATUS\f[R] section) if it cannot
write to \f[B]stdout\f[R], so if \f[B]stdout\f[R] is closed, as in
-\f[B]dc >&-\f[R], it will quit with an error.
+\f[B]dc >&\-\f[R], it will quit with an error.
This is done so that dc(1) can report problems when \f[B]stdout\f[R] is
redirected to a file.
.PP
@@ -305,7 +305,7 @@ Any error output is written to \f[B]stderr\f[R].
\f[B]Note\f[R]: Unlike other dc(1) implementations, this dc(1) will
issue a fatal error (see the \f[B]EXIT STATUS\f[R] section) if it cannot
write to \f[B]stderr\f[R], so if \f[B]stderr\f[R] is closed, as in
-\f[B]dc 2>&-\f[R], it will quit with an error.
+\f[B]dc 2>&\-\f[R], it will quit with an error.
This is done so that dc(1) can exit with an error code when
\f[B]stderr\f[R] is redirected to a file.
.PP
@@ -341,8 +341,8 @@ notation, and if \f[B]obase\f[R] is \f[B]1\f[R], values are output in
engineering notation.
Otherwise, values are output in the specified base.
.PP
-Outputting in scientific and engineering notations are \f[B]non-portable
-extensions\f[R].
+Outputting in scientific and engineering notations are
+\f[B]non\-portable extensions\f[R].
.PP
The \f[I]scale\f[R] of an expression is the number of digits in the
result of the expression right of the decimal point, and \f[B]scale\f[R]
@@ -354,14 +354,14 @@ The max allowable value for \f[B]scale\f[R] can be queried in dc(1)
programs with the \f[B]V\f[R] command.
.PP
\f[B]seed\f[R] is a register containing the current seed for the
-pseudo-random number generator.
+pseudo\-random number generator.
If the current value of \f[B]seed\f[R] is queried and stored, then if it
-is assigned to \f[B]seed\f[R] later, the pseudo-random number generator
-is guaranteed to produce the same sequence of pseudo-random numbers that
-were generated after the value of \f[B]seed\f[R] was first queried.
+is assigned to \f[B]seed\f[R] later, the pseudo\-random number generator
+is guaranteed to produce the same sequence of pseudo\-random numbers
+that were generated after the value of \f[B]seed\f[R] was first queried.
.PP
Multiple values assigned to \f[B]seed\f[R] can produce the same sequence
-of pseudo-random numbers.
+of pseudo\-random numbers.
Likewise, when a value is assigned to \f[B]seed\f[R], it is not
guaranteed that querying \f[B]seed\f[R] immediately after will return
the same value.
@@ -371,22 +371,22 @@ get receive a value of \f[B]0\f[R] or \f[B]1\f[R].
The maximum integer returned by the \f[B]\[cq]\f[R] command can be
queried with the \f[B]W\f[R] command.
.PP
-\f[B]Note\f[R]: The values returned by the pseudo-random number
+\f[B]Note\f[R]: The values returned by the pseudo\-random number
generator with the \f[B]\[cq]\f[R] and \f[B]\[lq]\f[R] commands are
guaranteed to \f[B]NOT\f[R] be cryptographically secure.
-This is a consequence of using a seeded pseudo-random number generator.
+This is a consequence of using a seeded pseudo\-random number generator.
However, they \f[I]are\f[R] guaranteed to be reproducible with identical
\f[B]seed\f[R] values.
-This means that the pseudo-random values from dc(1) should only be used
-where a reproducible stream of pseudo-random numbers is
+This means that the pseudo\-random values from dc(1) should only be used
+where a reproducible stream of pseudo\-random numbers is
\f[I]ESSENTIAL\f[R].
-In any other case, use a non-seeded pseudo-random number generator.
+In any other case, use a non\-seeded pseudo\-random number generator.
.PP
-The pseudo-random number generator, \f[B]seed\f[R], and all associated
-operations are \f[B]non-portable extensions\f[R].
+The pseudo\-random number generator, \f[B]seed\f[R], and all associated
+operations are \f[B]non\-portable extensions\f[R].
.SS Comments
Comments go from \f[B]#\f[R] until, and not including, the next newline.
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.SH NUMBERS
Numbers are strings made up of digits, uppercase letters up to
\f[B]F\f[R], and at most \f[B]1\f[R] period for a radix.
@@ -397,12 +397,12 @@ alphabet (i.e., \f[B]A\f[R] equals \f[B]10\f[R], or \f[B]9+1\f[R]).
If a digit or letter makes no sense with the current value of
\f[B]ibase\f[R] (i.e., they are greater than or equal to the current
value of \f[B]ibase\f[R]), then the behavior depends on the existence of
-the \f[B]-c\f[R]/\f[B]--digit-clamp\f[R] or
-\f[B]-C\f[R]/\f[B]--no-digit-clamp\f[R] options (see the
+the \f[B]\-c\f[R]/\f[B]\-\-digit\-clamp\f[R] or
+\f[B]\-C\f[R]/\f[B]\-\-no\-digit\-clamp\f[R] options (see the
\f[B]OPTIONS\f[R] section), the existence and setting of the
\f[B]DC_DIGIT_CLAMP\f[R] environment variable (see the \f[B]ENVIRONMENT
VARIABLES\f[R] section), or the default, which can be queried with the
-\f[B]-h\f[R]/\f[B]--help\f[R] option.
+\f[B]\-h\f[R]/\f[B]\-\-help\f[R] option.
.PP
If clamping is off, then digits or letters that are greater than or
equal to the current value of \f[B]ibase\f[R] are not changed.
@@ -420,7 +420,7 @@ This means that, with an \f[B]ibase\f[R] of \f[B]3\f[R], the number
\f[B]AB\f[R] is equal to \f[B]3\[ha]1*2+3\[ha]0*2\f[R], which is
\f[B]3\f[R] times \f[B]2\f[R] plus \f[B]2\f[R], or \f[B]8\f[R].
.PP
-There is one exception to clamping: single-character numbers (i.e.,
+There is one exception to clamping: single\-character numbers (i.e.,
\f[B]A\f[R] alone).
Such numbers are never clamped and always take the value they would have
in the highest possible \f[B]ibase\f[R].
@@ -451,7 +451,7 @@ number string \f[B]FFeA\f[R], the resulting decimal number will be
\f[B]2550000000000\f[R], and if dc(1) is given the number string
\f[B]10e_4\f[R], the resulting decimal number will be \f[B]0.0016\f[R].
.PP
-Accepting input as scientific notation is a \f[B]non-portable
+Accepting input as scientific notation is a \f[B]non\-portable
extension\f[R].
.SH COMMANDS
The valid commands are listed below.
@@ -467,7 +467,7 @@ activated by assigning \f[B]1\f[R] to \f[B]obase\f[R] using
To deactivate them, just assign a different value to \f[B]obase\f[R].
.PP
Printing numbers in scientific notation and/or engineering notation is a
-\f[B]non-portable extension\f[R].
+\f[B]non\-portable extension\f[R].
.TP
\f[B]p\f[R]
Prints the value on top of the stack, whether number or string, and
@@ -487,12 +487,12 @@ Pops a value off the stack.
.PP
If the value is a number, it is truncated and the absolute value of the
result is printed as though \f[B]obase\f[R] is \f[B]256\f[R] and each
-digit is interpreted as an 8-bit ASCII character, making it a byte
+digit is interpreted as an 8\-bit ASCII character, making it a byte
stream.
.PP
If the value is a string, it is printed without a trailing newline.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]f\f[R]
@@ -511,7 +511,7 @@ pushed onto the stack.
The \f[I]scale\f[R] of the result is equal to the max \f[I]scale\f[R] of
both operands.
.TP
-\f[B]-\f[R]
+\f[B]\-\f[R]
The top two values are popped off the stack, subtracted, and the result
is pushed onto the stack.
The \f[I]scale\f[R] of the result is equal to the max \f[I]scale\f[R] of
@@ -532,7 +532,7 @@ pushed onto the stack.
The \f[I]scale\f[R] of the result is equal to \f[B]scale\f[R].
.RS
.PP
-The first value popped off of the stack must be non-zero.
+The first value popped off of the stack must be non\-zero.
.RE
.TP
\f[B]%\f[R]
@@ -542,10 +542,10 @@ is pushed onto the stack.
.PP
Remaindering is equivalent to 1) Computing \f[B]a/b\f[R] to current
\f[B]scale\f[R], and 2) Using the result of step 1 to calculate
-\f[B]a-(a/b)*b\f[R] to \f[I]scale\f[R]
+\f[B]a\-(a/b)*b\f[R] to \f[I]scale\f[R]
\f[B]max(scale+scale(b),scale(a))\f[R].
.PP
-The first value popped off of the stack must be non-zero.
+The first value popped off of the stack must be non\-zero.
.RE
.TP
\f[B]\[ti]\f[R]
@@ -556,9 +556,9 @@ This is equivalent to \f[B]x y / x y %\f[R] except that \f[B]x\f[R] and
\f[B]y\f[R] are only evaluated once.
.RS
.PP
-The first value popped off of the stack must be non-zero.
+The first value popped off of the stack must be non\-zero.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]\[ha]\f[R]
@@ -569,7 +569,7 @@ The \f[I]scale\f[R] of the result is equal to \f[B]scale\f[R].
.PP
The first value popped off of the stack must be an integer, and if that
value is negative, the second value popped off of the stack must be
-non-zero.
+non\-zero.
.RE
.TP
\f[B]v\f[R]
@@ -578,7 +578,7 @@ the result is pushed onto the stack.
The \f[I]scale\f[R] of the result is equal to \f[B]scale\f[R].
.RS
.PP
-The value popped off of the stack must be non-negative.
+The value popped off of the stack must be non\-negative.
.RE
.TP
\f[B]_\f[R]
@@ -588,7 +588,7 @@ or other commands), then that number is input as a negative number.
.PP
Otherwise, the top value on the stack is popped and copied, and the copy
is negated and pushed onto the stack.
-This behavior without a number is a \f[B]non-portable extension\f[R].
+This behavior without a number is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]b\f[R]
@@ -597,7 +597,7 @@ back onto the stack.
Otherwise, its absolute value is pushed onto the stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]|\f[R]
@@ -606,12 +606,12 @@ is computed, and the result is pushed onto the stack.
.RS
.PP
The first value popped is used as the reduction modulus and must be an
-integer and non-zero.
+integer and non\-zero.
The second value popped is used as the exponent and must be an integer
-and non-negative.
+and non\-negative.
The third value popped is the base and must be an integer.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]$\f[R]
@@ -619,7 +619,7 @@ The top value is popped off the stack and copied, and the copy is
truncated and pushed onto the stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]\[at]\f[R]
@@ -629,9 +629,9 @@ extension.
.RS
.PP
The first value popped off of the stack must be an integer and
-non-negative.
+non\-negative.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]H\f[R]
@@ -640,9 +640,9 @@ left (radix shifted right) to the value of the first.
.RS
.PP
The first value popped off of the stack must be an integer and
-non-negative.
+non\-negative.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]h\f[R]
@@ -651,9 +651,9 @@ right (radix shifted left) to the value of the first.
.RS
.PP
The first value popped off of the stack must be an integer and
-non-negative.
+non\-negative.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]G\f[R]
@@ -661,7 +661,7 @@ The top two values are popped off of the stack, they are compared, and a
\f[B]1\f[R] is pushed if they are equal, or \f[B]0\f[R] otherwise.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]N\f[R]
@@ -669,7 +669,7 @@ The top value is popped off of the stack, and if it a \f[B]0\f[R], a
\f[B]1\f[R] is pushed; otherwise, a \f[B]0\f[R] is pushed.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B](\f[R]
@@ -678,7 +678,7 @@ The top two values are popped off of the stack, they are compared, and a
\f[B]0\f[R] otherwise.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]{\f[R]
@@ -687,7 +687,7 @@ The top two values are popped off of the stack, they are compared, and a
or \f[B]0\f[R] otherwise.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B])\f[R]
@@ -696,7 +696,7 @@ The top two values are popped off of the stack, they are compared, and a
\f[B]0\f[R] otherwise.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]}\f[R]
@@ -705,41 +705,41 @@ The top two values are popped off of the stack, they are compared, and a
second, or \f[B]0\f[R] otherwise.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]M\f[R]
The top two values are popped off of the stack.
-If they are both non-zero, a \f[B]1\f[R] is pushed onto the stack.
+If they are both non\-zero, a \f[B]1\f[R] is pushed onto the stack.
If either of them is zero, or both of them are, then a \f[B]0\f[R] is
pushed onto the stack.
.RS
.PP
This is like the \f[B]&&\f[R] operator in bc(1), and it is \f[I]not\f[R]
-a short-circuit operator.
+a short\-circuit operator.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]m\f[R]
The top two values are popped off of the stack.
-If at least one of them is non-zero, a \f[B]1\f[R] is pushed onto the
+If at least one of them is non\-zero, a \f[B]1\f[R] is pushed onto the
stack.
If both of them are zero, then a \f[B]0\f[R] is pushed onto the stack.
.RS
.PP
This is like the \f[B]||\f[R] operator in bc(1), and it is \f[I]not\f[R]
-a short-circuit operator.
+a short\-circuit operator.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
-.SS Pseudo-Random Number Generator
-dc(1) has a built-in pseudo-random number generator.
-These commands query the pseudo-random number generator.
+.SS Pseudo\-Random Number Generator
+dc(1) has a built\-in pseudo\-random number generator.
+These commands query the pseudo\-random number generator.
(See Parameters for more information about the \f[B]seed\f[R] value that
-controls the pseudo-random number generator.)
+controls the pseudo\-random number generator.)
.PP
-The pseudo-random number generator is guaranteed to \f[B]NOT\f[R] be
+The pseudo\-random number generator is guaranteed to \f[B]NOT\f[R] be
cryptographically secure.
.TP
\f[B]\[cq]\f[R]
@@ -748,19 +748,19 @@ the \f[B]LIMITS\f[R] section).
.RS
.PP
The generated integer is made as unbiased as possible, subject to the
-limitations of the pseudo-random number generator.
+limitations of the pseudo\-random number generator.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]\[lq]\f[R]
Pops a value off of the stack, which is used as an \f[B]exclusive\f[R]
upper bound on the integer that will be generated.
-If the bound is negative or is a non-integer, an error is raised, and
+If the bound is negative or is a non\-integer, an error is raised, and
dc(1) resets (see the \f[B]RESET\f[R] section) while \f[B]seed\f[R]
remains unchanged.
If the bound is larger than \f[B]DC_RAND_MAX\f[R], the higher bound is
-honored by generating several pseudo-random integers, multiplying them
+honored by generating several pseudo\-random integers, multiplying them
by appropriate powers of \f[B]DC_RAND_MAX+1\f[R], and adding them
together.
Thus, the size of integer that can be generated with this command is
@@ -772,9 +772,9 @@ is \f[I]not\f[R] changed.
.RS
.PP
The generated integer is made as unbiased as possible, subject to the
-limitations of the pseudo-random number generator.
+limitations of the pseudo\-random number generator.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.SS Stack Control
These commands control the stack.
@@ -840,7 +840,7 @@ If the value on top of the stack has any \f[I]scale\f[R], the
.TP
\f[B]k\f[R]
Pops the value off of the top of the stack and uses it to set
-\f[B]scale\f[R], which must be non-negative.
+\f[B]scale\f[R], which must be non\-negative.
.RS
.PP
If the value on top of the stack has any \f[I]scale\f[R], the
@@ -850,7 +850,7 @@ If the value on top of the stack has any \f[I]scale\f[R], the
\f[B]j\f[R]
Pops the value off of the top of the stack and uses it to set
\f[B]seed\f[R].
-The meaning of \f[B]seed\f[R] is dependent on the current pseudo-random
+The meaning of \f[B]seed\f[R] is dependent on the current pseudo\-random
number generator but is guaranteed to not change except for new major
versions.
.RS
@@ -858,22 +858,22 @@ versions.
The \f[I]scale\f[R] and sign of the value may be significant.
.PP
If a previously used \f[B]seed\f[R] value is used again, the
-pseudo-random number generator is guaranteed to produce the same
-sequence of pseudo-random numbers as it did when the \f[B]seed\f[R]
+pseudo\-random number generator is guaranteed to produce the same
+sequence of pseudo\-random numbers as it did when the \f[B]seed\f[R]
value was previously used.
.PP
The exact value assigned to \f[B]seed\f[R] is not guaranteed to be
returned if the \f[B]J\f[R] command is used.
However, if \f[B]seed\f[R] \f[I]does\f[R] return a different value, both
values, when assigned to \f[B]seed\f[R], are guaranteed to produce the
-same sequence of pseudo-random numbers.
+same sequence of pseudo\-random numbers.
This means that certain values assigned to \f[B]seed\f[R] will not
-produce unique sequences of pseudo-random numbers.
+produce unique sequences of pseudo\-random numbers.
.PP
There is no limit to the length (number of significant decimal digits)
or \f[I]scale\f[R] of the value that can be assigned to \f[B]seed\f[R].
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]I\f[R]
@@ -889,7 +889,7 @@ Pushes the current value of \f[B]scale\f[R] onto the main stack.
Pushes the current value of \f[B]seed\f[R] onto the main stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]T\f[R]
@@ -897,7 +897,7 @@ Pushes the maximum allowable value of \f[B]ibase\f[R] onto the main
stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]U\f[R]
@@ -905,7 +905,7 @@ Pushes the maximum allowable value of \f[B]obase\f[R] onto the main
stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]V\f[R]
@@ -913,15 +913,15 @@ Pushes the maximum allowable value of \f[B]scale\f[R] onto the main
stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]W\f[R]
Pushes the maximum (inclusive) integer that can be generated with the
-\f[B]\[cq]\f[R] pseudo-random number generator command.
+\f[B]\[cq]\f[R] pseudo\-random number generator command.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.SS Strings
The following commands control strings.
@@ -961,16 +961,16 @@ The value on top of the stack is popped.
If it is a number, it is truncated and its absolute value is taken.
The result mod \f[B]256\f[R] is calculated.
If that result is \f[B]0\f[R], push an empty string; otherwise, push a
-one-character string where the character is the result of the mod
+one\-character string where the character is the result of the mod
interpreted as an ASCII character.
.PP
If it is a string, then a new string is made.
If the original string is empty, the new string is empty.
If it is not, then the first character of the original string is used to
-create the new string as a one-character string.
+create the new string as a one\-character string.
The new string is then pushed onto the stack.
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]x\f[R]
@@ -1006,7 +1006,7 @@ fails.
If either or both of the values are not numbers, dc(1) will raise an
error and reset (see the \f[B]RESET\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]!>\f[R]\f[I]r\f[R]
@@ -1027,7 +1027,7 @@ fails.
If either or both of the values are not numbers, dc(1) will raise an
error and reset (see the \f[B]RESET\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]<\f[R]\f[I]r\f[R]
@@ -1048,7 +1048,7 @@ fails.
If either or both of the values are not numbers, dc(1) will raise an
error and reset (see the \f[B]RESET\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]!<\f[R]\f[I]r\f[R]
@@ -1069,7 +1069,7 @@ fails.
If either or both of the values are not numbers, dc(1) will raise an
error and reset (see the \f[B]RESET\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]=\f[R]\f[I]r\f[R]
@@ -1090,7 +1090,7 @@ fails.
If either or both of the values are not numbers, dc(1) will raise an
error and reset (see the \f[B]RESET\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]!=\f[R]\f[I]r\f[R]
@@ -1111,7 +1111,7 @@ fails.
If either or both of the values are not numbers, dc(1) will raise an
error and reset (see the \f[B]RESET\f[R] section).
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]?\f[R]
@@ -1124,7 +1124,7 @@ the execution of the macro that executed it.
If there are no macros, or only one macro executing, dc(1) exits.
.TP
\f[B]Q\f[R]
-Pops a value from the stack which must be non-negative and is used the
+Pops a value from the stack which must be non\-negative and is used the
number of macro executions to pop off of the execution stack.
If the number of levels to pop is greater than the number of executing
macros, dc(1) exits.
@@ -1137,7 +1137,7 @@ to make dc(1) exit with the \f[B]Q\f[R] command, so the sequence
\f[B],Q\f[R] will make dc(1) exit.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.SS Status
These commands query status of the stack or its top value.
@@ -1170,7 +1170,7 @@ If the value is a number, this pushes \f[B]1\f[R] onto the stack.
Otherwise (if it is a string), it pushes \f[B]0\f[R].
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]t\f[R]
@@ -1179,7 +1179,7 @@ If the value is a string, this pushes \f[B]1\f[R] onto the stack.
Otherwise (if it is a number), it pushes \f[B]0\f[R].
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.TP
\f[B]z\f[R]
@@ -1197,7 +1197,7 @@ register\[cq]s stack must always have at least one item; dc(1) will give
an error and reset otherwise (see the \f[B]RESET\f[R] section).
This means that this command will never push \f[B]0\f[R].
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.SS Arrays
These commands manipulate arrays.
@@ -1216,7 +1216,7 @@ The selected value is then pushed onto the stack.
Pushes the length of the array \f[I]r\f[R] onto the stack.
.RS
.PP
-This is a \f[B]non-portable extension\f[R].
+This is a \f[B]non\-portable extension\f[R].
.RE
.SS Global Settings
These commands retrieve global settings.
@@ -1238,8 +1238,8 @@ See the \f[I]Extended Register Mode\f[R] subsection of the
.TP
\f[B]gz\f[R]
Pushes \f[B]0\f[R] onto the stack if the leading zero setting has not
-been enabled with the \f[B]-z\f[R] or \f[B]--leading-zeroes\f[R] options
-(see the \f[B]OPTIONS\f[R] section), non-zero otherwise.
+been enabled with the \f[B]\-z\f[R] or \f[B]\-\-leading\-zeroes\f[R]
+options (see the \f[B]OPTIONS\f[R] section), non\-zero otherwise.
.SH REGISTERS
Registers are names that can store strings, numbers, and arrays.
(Number/string registers do not interfere with array registers.)
@@ -1250,7 +1250,7 @@ All registers, when first referenced, have one value (\f[B]0\f[R]) in
their stack, and it is a runtime error to attempt to pop that item off
of the register stack.
.PP
-In non-extended register mode, a register name is just the single
+In non\-extended register mode, a register name is just the single
character that follows any command that needs a register name.
The only exceptions are: a newline (\f[B]`\[rs]n'\f[R]) and a left
bracket (\f[B]`['\f[R]); it is a parse error for a newline or a left
@@ -1259,18 +1259,18 @@ bracket to be used as a register name.
Unlike most other dc(1) implentations, this dc(1) provides nearly
unlimited amounts of registers, if extended register mode is enabled.
.PP
-If extended register mode is enabled (\f[B]-x\f[R] or
-\f[B]--extended-register\f[R] command-line arguments are given), then
-normal single character registers are used \f[I]unless\f[R] the
+If extended register mode is enabled (\f[B]\-x\f[R] or
+\f[B]\-\-extended\-register\f[R] command\-line arguments are given),
+then normal single character registers are used \f[I]unless\f[R] the
character immediately following a command that needs a register name is
a space (according to \f[B]isspace()\f[R]) and not a newline
(\f[B]`\[rs]n'\f[R]).
.PP
In that case, the register name is found according to the regex
-\f[B][a-z][a-z0-9_]*\f[R] (like bc(1) identifiers), and it is a parse
-error if the next non-space characters do not match that regex.
+\f[B][a\-z][a\-z0\-9_]*\f[R] (like bc(1) identifiers), and it is a parse
+error if the next non\-space characters do not match that regex.
.SH RESET
-When dc(1) encounters an error or a signal that it has a non-default
+When dc(1) encounters an error or a signal that it has a non\-default
handler for, it resets.
This means that several things happen.
.PP
@@ -1334,29 +1334,29 @@ Set at \f[B]DC_BASE_POW\f[R].
.TP
\f[B]DC_DIM_MAX\f[R]
The maximum size of arrays.
-Set at \f[B]SIZE_MAX-1\f[R].
+Set at \f[B]SIZE_MAX\-1\f[R].
.TP
\f[B]DC_SCALE_MAX\f[R]
The maximum \f[B]scale\f[R].
-Set at \f[B]DC_OVERFLOW_MAX-1\f[R].
+Set at \f[B]DC_OVERFLOW_MAX\-1\f[R].
.TP
\f[B]DC_STRING_MAX\f[R]
The maximum length of strings.
-Set at \f[B]DC_OVERFLOW_MAX-1\f[R].
+Set at \f[B]DC_OVERFLOW_MAX\-1\f[R].
.TP
\f[B]DC_NAME_MAX\f[R]
The maximum length of identifiers.
-Set at \f[B]DC_OVERFLOW_MAX-1\f[R].
+Set at \f[B]DC_OVERFLOW_MAX\-1\f[R].
.TP
\f[B]DC_NUM_MAX\f[R]
The maximum length of a number (in decimal digits), which includes
digits after the decimal point.
-Set at \f[B]DC_OVERFLOW_MAX-1\f[R].
+Set at \f[B]DC_OVERFLOW_MAX\-1\f[R].
.TP
\f[B]DC_RAND_MAX\f[R]
The maximum integer (inclusive) returned by the \f[B]\[cq]\f[R] command,
if dc(1).
-Set at \f[B]2\[ha]DC_LONG_BIT-1\f[R].
+Set at \f[B]2\[ha]DC_LONG_BIT\-1\f[R].
.TP
Exponent
The maximum allowable exponent (positive or negative).
@@ -1364,27 +1364,27 @@ Set at \f[B]DC_OVERFLOW_MAX\f[R].
.TP
Number of vars
The maximum number of vars/arrays.
-Set at \f[B]SIZE_MAX-1\f[R].
+Set at \f[B]SIZE_MAX\-1\f[R].
.PP
-These limits are meant to be effectively non-existent; the limits are so
-large (at least on 64-bit machines) that there should not be any point
-at which they become a problem.
+These limits are meant to be effectively non\-existent; the limits are
+so large (at least on 64\-bit machines) that there should not be any
+point at which they become a problem.
In fact, memory should be exhausted before these limits should be hit.
.SH ENVIRONMENT VARIABLES
-As \f[B]non-portable extensions\f[R], dc(1) recognizes the following
+As \f[B]non\-portable extensions\f[R], dc(1) recognizes the following
environment variables:
.TP
\f[B]DC_ENV_ARGS\f[R]
-This is another way to give command-line arguments to dc(1).
-They should be in the same format as all other command-line arguments.
+This is another way to give command\-line arguments to dc(1).
+They should be in the same format as all other command\-line arguments.
These are always processed first, so any files given in
\f[B]DC_ENV_ARGS\f[R] will be processed before arguments and files given
-on the command-line.
+on the command\-line.
This gives the user the ability to set up \[lq]standard\[rq] options and
files to be used at every invocation.
The most useful thing for such files to contain would be useful
functions that the user might want every time dc(1) runs.
-Another use would be to use the \f[B]-e\f[R] option to set
+Another use would be to use the \f[B]\-e\f[R] option to set
\f[B]scale\f[R] to a value other than \f[B]0\f[R].
.RS
.PP
@@ -1402,14 +1402,14 @@ you can use double quotes as the outside quotes, as in \f[B]\[lq]some
quotes.
However, handling a file with both kinds of quotes in
\f[B]DC_ENV_ARGS\f[R] is not supported due to the complexity of the
-parsing, though such files are still supported on the command-line where
-the parsing is done by the shell.
+parsing, though such files are still supported on the command\-line
+where the parsing is done by the shell.
.RE
.TP
\f[B]DC_LINE_LENGTH\f[R]
If this environment variable exists and contains an integer that is
greater than \f[B]1\f[R] and is less than \f[B]UINT16_MAX\f[R]
-(\f[B]2\[ha]16-1\f[R]), dc(1) will output lines to that length,
+(\f[B]2\[ha]16\-1\f[R]), dc(1) will output lines to that length,
including the backslash newline combo.
The default line length is \f[B]70\f[R].
.RS
@@ -1426,13 +1426,13 @@ exits on \f[B]SIGINT\f[R] when not in interactive mode.
.RS
.PP
However, when dc(1) is in interactive mode, then if this environment
-variable exists and contains an integer, a non-zero value makes dc(1)
+variable exists and contains an integer, a non\-zero value makes dc(1)
reset on \f[B]SIGINT\f[R], rather than exit, and zero makes dc(1) exit.
If this environment variable exists and is \f[I]not\f[R] an integer,
then dc(1) will exit on \f[B]SIGINT\f[R].
.PP
This environment variable overrides the default, which can be queried
-with the \f[B]-h\f[R] or \f[B]--help\f[R] options.
+with the \f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.RE
.TP
\f[B]DC_TTY_MODE\f[R]
@@ -1441,11 +1441,11 @@ section), then this environment variable has no effect.
.RS
.PP
However, when TTY mode is available, then if this environment variable
-exists and contains an integer, then a non-zero value makes dc(1) use
+exists and contains an integer, then a non\-zero value makes dc(1) use
TTY mode, and zero makes dc(1) not use TTY mode.
.PP
This environment variable overrides the default, which can be queried
-with the \f[B]-h\f[R] or \f[B]--help\f[R] options.
+with the \f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.RE
.TP
\f[B]DC_PROMPT\f[R]
@@ -1454,43 +1454,44 @@ section), then this environment variable has no effect.
.RS
.PP
However, when TTY mode is available, then if this environment variable
-exists and contains an integer, a non-zero value makes dc(1) use a
-prompt, and zero or a non-integer makes dc(1) not use a prompt.
+exists and contains an integer, a non\-zero value makes dc(1) use a
+prompt, and zero or a non\-integer makes dc(1) not use a prompt.
If this environment variable does not exist and \f[B]DC_TTY_MODE\f[R]
does, then the value of the \f[B]DC_TTY_MODE\f[R] environment variable
is used.
.PP
This environment variable and the \f[B]DC_TTY_MODE\f[R] environment
variable override the default, which can be queried with the
-\f[B]-h\f[R] or \f[B]--help\f[R] options.
+\f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.RE
.TP
\f[B]DC_EXPR_EXIT\f[R]
-If any expressions or expression files are given on the command-line
-with \f[B]-e\f[R], \f[B]--expression\f[R], \f[B]-f\f[R], or
-\f[B]--file\f[R], then if this environment variable exists and contains
-an integer, a non-zero value makes dc(1) exit after executing the
-expressions and expression files, and a zero value makes dc(1) not exit.
+If any expressions or expression files are given on the command\-line
+with \f[B]\-e\f[R], \f[B]\-\-expression\f[R], \f[B]\-f\f[R], or
+\f[B]\-\-file\f[R], then if this environment variable exists and
+contains an integer, a non\-zero value makes dc(1) exit after executing
+the expressions and expression files, and a zero value makes dc(1) not
+exit.
.RS
.PP
This environment variable overrides the default, which can be queried
-with the \f[B]-h\f[R] or \f[B]--help\f[R] options.
+with the \f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.RE
.TP
\f[B]DC_DIGIT_CLAMP\f[R]
When parsing numbers and if this environment variable exists and
-contains an integer, a non-zero value makes dc(1) clamp digits that are
+contains an integer, a non\-zero value makes dc(1) clamp digits that are
greater than or equal to the current \f[B]ibase\f[R] so that all such
digits are considered equal to the \f[B]ibase\f[R] minus 1, and a zero
value disables such clamping so that those digits are always equal to
their value, which is multiplied by the power of the \f[B]ibase\f[R].
.RS
.PP
-This never applies to single-digit numbers, as per the bc(1) standard
+This never applies to single\-digit numbers, as per the bc(1) standard
(see the \f[B]STANDARDS\f[R] section).
.PP
This environment variable overrides the default, which can be queried
-with the \f[B]-h\f[R] or \f[B]--help\f[R] options.
+with the \f[B]\-h\f[R] or \f[B]\-\-help\f[R] options.
.RE
.SH EXIT STATUS
dc(1) returns the following exit statuses:
@@ -1506,10 +1507,10 @@ since math errors will happen in the process of normal execution.
.PP
Math errors include divide by \f[B]0\f[R], taking the square root of a
negative number, using a negative number as a bound for the
-pseudo-random number generator, attempting to convert a negative number
+pseudo\-random number generator, attempting to convert a negative number
to a hardware integer, overflow when converting a number to a hardware
integer, overflow when calculating the size of a number, and attempting
-to use a non-integer where an integer is required.
+to use a non\-integer where an integer is required.
.PP
Converting to a hardware integer happens for the second operand of the
power (\f[B]\[ha]\f[R]), places (\f[B]\[at]\f[R]), left shift
@@ -1544,7 +1545,7 @@ A fatal error occurred.
Fatal errors include memory allocation errors, I/O errors, failing to
open files, attempting to use files that do not have only ASCII
characters (dc(1) only accepts ASCII characters), attempting to open a
-directory as a file, and giving invalid command-line options.
+directory as a file, and giving invalid command\-line options.
.RE
.PP
The exit status \f[B]4\f[R] is special; when a fatal error occurs, dc(1)
@@ -1555,16 +1556,17 @@ interactive mode (see the \f[B]INTERACTIVE MODE\f[R] section), since
dc(1) resets its state (see the \f[B]RESET\f[R] section) and accepts
more input when one of those errors occurs in interactive mode.
This is also the case when interactive mode is forced by the
-\f[B]-i\f[R] flag or \f[B]--interactive\f[R] option.
+\f[B]\-i\f[R] flag or \f[B]\-\-interactive\f[R] option.
.PP
These exit statuses allow dc(1) to be used in shell scripting with error
checking, and its normal behavior can be forced by using the
-\f[B]-i\f[R] flag or \f[B]--interactive\f[R] option.
+\f[B]\-i\f[R] flag or \f[B]\-\-interactive\f[R] option.
.SH INTERACTIVE MODE
-Like bc(1), dc(1) has an interactive mode and a non-interactive mode.
+Like bc(1), dc(1) has an interactive mode and a non\-interactive mode.
Interactive mode is turned on automatically when both \f[B]stdin\f[R]
-and \f[B]stdout\f[R] are hooked to a terminal, but the \f[B]-i\f[R] flag
-and \f[B]--interactive\f[R] option can turn it on in other situations.
+and \f[B]stdout\f[R] are hooked to a terminal, but the \f[B]\-i\f[R]
+flag and \f[B]\-\-interactive\f[R] option can turn it on in other
+situations.
.PP
In interactive mode, dc(1) attempts to recover from errors (see the
\f[B]RESET\f[R] section), and in normal execution, flushes
@@ -1580,23 +1582,23 @@ settings.
.PP
If there is the environment variable \f[B]DC_TTY_MODE\f[R] in the
environment (see the \f[B]ENVIRONMENT VARIABLES\f[R] section), then if
-that environment variable contains a non-zero integer, dc(1) will turn
+that environment variable contains a non\-zero integer, dc(1) will turn
on TTY mode when \f[B]stdin\f[R], \f[B]stdout\f[R], and \f[B]stderr\f[R]
are all connected to a TTY.
If the \f[B]DC_TTY_MODE\f[R] environment variable exists but is
-\f[I]not\f[R] a non-zero integer, then dc(1) will not turn TTY mode on.
+\f[I]not\f[R] a non\-zero integer, then dc(1) will not turn TTY mode on.
.PP
If the environment variable \f[B]DC_TTY_MODE\f[R] does \f[I]not\f[R]
exist, the default setting is used.
-The default setting can be queried with the \f[B]-h\f[R] or
-\f[B]--help\f[R] options.
+The default setting can be queried with the \f[B]\-h\f[R] or
+\f[B]\-\-help\f[R] options.
.PP
TTY mode is different from interactive mode because interactive mode is
required in the bc(1) specification (see the \f[B]STANDARDS\f[R]
section), and interactive mode requires only \f[B]stdin\f[R] and
\f[B]stdout\f[R] to be connected to a terminal.
-.SS Command-Line History
-Command-line history is only enabled if TTY mode is, i.e., that
+.SS Command\-Line History
+Command\-line history is only enabled if TTY mode is, i.e., that
\f[B]stdin\f[R], \f[B]stdout\f[R], and \f[B]stderr\f[R] are connected to
a TTY and the \f[B]DC_TTY_MODE\f[R] environment variable (see the
\f[B]ENVIRONMENT VARIABLES\f[R] section) and its default do not disable
@@ -1608,18 +1610,18 @@ Like TTY mode itself, it can be turned on or off with an environment
variable: \f[B]DC_PROMPT\f[R] (see the \f[B]ENVIRONMENT VARIABLES\f[R]
section).
.PP
-If the environment variable \f[B]DC_PROMPT\f[R] exists and is a non-zero
-integer, then the prompt is turned on when \f[B]stdin\f[R],
+If the environment variable \f[B]DC_PROMPT\f[R] exists and is a
+non\-zero integer, then the prompt is turned on when \f[B]stdin\f[R],
\f[B]stdout\f[R], and \f[B]stderr\f[R] are connected to a TTY and the
-\f[B]-P\f[R] and \f[B]--no-prompt\f[R] options were not used.
+\f[B]\-P\f[R] and \f[B]\-\-no\-prompt\f[R] options were not used.
The read prompt will be turned on under the same conditions, except that
-the \f[B]-R\f[R] and \f[B]--no-read-prompt\f[R] options must also not be
-used.
+the \f[B]\-R\f[R] and \f[B]\-\-no\-read\-prompt\f[R] options must also
+not be used.
.PP
However, if \f[B]DC_PROMPT\f[R] does not exist, the prompt can be
enabled or disabled with the \f[B]DC_TTY_MODE\f[R] environment variable,
-the \f[B]-P\f[R] and \f[B]--no-prompt\f[R] options, and the \f[B]-R\f[R]
-and \f[B]--no-read-prompt\f[R] options.
+the \f[B]\-P\f[R] and \f[B]\-\-no\-prompt\f[R] options, and the
+\f[B]\-R\f[R] and \f[B]\-\-no\-read\-prompt\f[R] options.
See the \f[B]ENVIRONMENT VARIABLES\f[R] and \f[B]OPTIONS\f[R] sections
for more details.
.SH SIGNAL HANDLING
@@ -1631,7 +1633,7 @@ section), or the \f[B]DC_SIGINT_RESET\f[R] environment variable (see the
an integer or it is zero, dc(1) will exit.
.PP
However, if dc(1) is in interactive mode, and the
-\f[B]DC_SIGINT_RESET\f[R] or its default is an integer and non-zero,
+\f[B]DC_SIGINT_RESET\f[R] or its default is an integer and non\-zero,
then dc(1) will stop executing the current input and reset (see the
\f[B]RESET\f[R] section) upon receiving a \f[B]SIGINT\f[R].
.PP
@@ -1657,11 +1659,11 @@ The one exception is \f[B]SIGHUP\f[R]; in that case, and only when dc(1)
is in TTY mode (see the \f[B]TTY MODE\f[R] section), a \f[B]SIGHUP\f[R]
will cause dc(1) to clean up and exit.
.SH COMMAND LINE HISTORY
-dc(1) supports interactive command-line editing.
+dc(1) supports interactive command\-line editing.
.PP
If dc(1) can be in TTY mode (see the \f[B]TTY MODE\f[R] section),
history can be enabled.
-This means that command-line history can only be enabled when
+This means that command\-line history can only be enabled when
\f[B]stdin\f[R], \f[B]stdout\f[R], and \f[B]stderr\f[R] are all
connected to a TTY.
.PP
@@ -1674,7 +1676,7 @@ section).
bc(1)
.SH STANDARDS
The dc(1) utility operators and some behavior are compliant with the
-operators in the IEEE Std 1003.1-2017 (\[lq]POSIX.1-2017\[rq]) bc(1)
+operators in the IEEE Std 1003.1\-2017 (\[lq]POSIX.1\-2017\[rq]) bc(1)
specification at
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/bc.html .
.SH BUGS