[BACK]Return to dc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / dc

Diff for /src/usr.bin/dc/dc.1 between version 1.21 and 1.22

version 1.21, 2006/03/07 16:40:09 version 1.22, 2007/02/24 08:56:42
Line 186 
Line 186 
 on the stack.  on the stack.
 A zero is pushed otherwise.  A zero is pushed otherwise.
 This is a non-portable extension.  This is a non-portable extension.
   .It Ic I
   Pushes the input base on the top of the stack.
 .It Ic i  .It Ic i
 The top value on the stack is popped and used as the  The top value on the stack is popped and used as the
 base for further input.  base for further input.
 The initial input base is 10.  The initial input base is 10.
 .It Ic I  
 Pushes the input base on the top of the stack.  
 .It Ic J  .It Ic J
 Pop the top value from the stack.  Pop the top value from the stack.
 The recursion level is popped by that value and, following that,  The recursion level is popped by that value and, following that,

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22