aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-03-31 10:24:03 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-03-31 10:24:03 -0600
commit0b33c4554787abe338e408a16dcee9dea329e109 (patch)
treee688ce6c3e696b04fca5397e3baedc891f752aab
parentb1317b88ac3e674145b94092347619d4c35a153e (diff)
downloadbc-0b33c4554787abe338e408a16dcee9dea329e109.tar.gz
Fix a typo in the manuals
-rw-r--r--manuals/bc.1.md.in2
-rw-r--r--manuals/dc.1.md.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/manuals/bc.1.md.in b/manuals/bc.1.md.in
index d69b94f2..308460a7 100644
--- a/manuals/bc.1.md.in
+++ b/manuals/bc.1.md.in
@@ -181,7 +181,7 @@ The following are the options that bc(1) accepts.
{{ A E H N EH EN HN EHN }}
: Disables the prompt in TTY mode. (The prompt is only enabled in TTY mode.
- See the **TTY MODE** section) This is mostly for those users that do not
+ See the **TTY MODE** section.) This is mostly for those users that do not
want a prompt or are not used to having them in bc(1). Most of those users
would want to put this option in **BC_ENV_ARGS** (see the
**ENVIRONMENT VARIABLES** section).
diff --git a/manuals/dc.1.md.in b/manuals/dc.1.md.in
index 09fa0674..b7627f21 100644
--- a/manuals/dc.1.md.in
+++ b/manuals/dc.1.md.in
@@ -82,7 +82,7 @@ The following are the options that dc(1) accepts.
{{ A E H N EH EN HN EHN }}
: Disables the prompt in TTY mode. (The prompt is only enabled in TTY mode.
- See the **TTY MODE** section) This is mostly for those users that do not
+ See the **TTY MODE** section.) This is mostly for those users that do not
want a prompt or are not used to having them in dc(1). Most of those users
would want to put this option in **DC_ENV_ARGS**.
{{ end }}