diff options
-rw-r--r-- | usr.bin/dc/dc.1 | 4 |
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" |