summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2006-03-07 16:40:10 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2006-03-07 16:40:10 +0000
commit49816b170a190db027157c4116201ccdd3d19888 (patch)
treedbb366280e42031dde9625103ad71fbcfd17da90
parente7364f296be2e52acbec7273f58d6f767ec6602b (diff)
Typo. ok otto@
-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 d358e98ede5..f6f7cc978a3 100644
--- a/usr.bin/dc/dc.1
+++ b/usr.bin/dc/dc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.1,v 1.20 2005/09/30 20:34:25 jaredy Exp $
+.\" $OpenBSD: dc.1,v 1.21 2006/03/07 16:40:09 kjell Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -94,7 +94,7 @@ and a number of fractional digits (scale) to be maintained.
If an argument is given,
input is taken from that file until its end,
then from the standard input.
-Whitespace is ignored, expect where it signals the end of a number,
+Whitespace is ignored, except where it signals the end of a number,
end of a line or when a register name is expected.
The following constructions are recognized:
.Bl -tag -width "number"