diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-23 09:01:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-23 09:01:43 +0000 |
commit | 3b1af60b61ee16433fcee1f587260531c5217457 (patch) | |
tree | 286096bb4729d30d8ee7214bc6adab6f0d5a6939 /usr.bin/dc | |
parent | ed172076ff40e6ac8c4d888ddd20fcdf7a6595a0 (diff) |
quote args to make them expand properly;
Diffstat (limited to 'usr.bin/dc')
-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 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. |