summaryrefslogtreecommitdiff
path: root/usr.bin/dc/dc.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-24 08:56:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-24 08:56:43 +0000
commite5fb9320e0039db289e9162d055bc8312c2c04af (patch)
tree5619a94804d4b04b1399db501e57dafb14574a26 /usr.bin/dc/dc.1
parentf1cab8efd055058fa0b6e2af2ad6a8b7a68f8cc3 (diff)
put `I' in the right place; from Igor Sobrado
Diffstat (limited to 'usr.bin/dc/dc.1')
-rw-r--r--usr.bin/dc/dc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1
index f6f7cc978a3..93d351fcdc3 100644
--- a/usr.bin/dc/dc.1
+++ b/usr.bin/dc/dc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.1,v 1.21 2006/03/07 16:40:09 kjell Exp $
+.\" $OpenBSD: dc.1,v 1.22 2007/02/24 08:56:42 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -186,12 +186,12 @@ A one is pushed if the top of the stack is equal to the second number
on the stack.
A zero is pushed otherwise.
This is a non-portable extension.
+.It Ic I
+Pushes the input base on the top of the stack.
.It Ic i
The top value on the stack is popped and used as the
base for further input.
The initial input base is 10.
-.It Ic I
-Pushes the input base on the top of the stack.
.It Ic J
Pop the top value from the stack.
The recursion level is popped by that value and, following that,