summaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/dc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1
index e6dbb26a25d..18cffca76e0 100644
--- a/usr.bin/dc/dc.1
+++ b/usr.bin/dc/dc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.1,v 1.12 2003/10/22 12:16:25 otto Exp $
+.\" $OpenBSD: dc.1,v 1.13 2003/10/23 09:01:42 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -362,7 +362,7 @@ for trying to take the square root of a negative number.
for an array index that is larger than 2048.
.It negative index
for a negative array index.
-.It input base must be a number between 2 and 16
+.It "input base must be a number between 2 and 16"
for trying to set an illegal input base.
.It output base must be a number greater than 1
for trying to set an illegal input base.