[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.24 and 1.25

version 1.24, 2010/01/02 19:48:56 version 1.25, 2010/09/19 21:30:04
Line 304 
Line 304 
 and decimal point.  and decimal point.
 .It Ic z  .It Ic z
 The stack level is pushed onto the stack.  The stack level is pushed onto the stack.
 .It Cm [ Ns ... Ns Cm ]  .It Cm \&[ Ns ... Ns Cm \&]
 Puts the bracketed  Puts the bracketed
 .Tn ASCII  .Tn ASCII
 string onto the top of the stack.  string onto the top of the stack.
Line 364 
Line 364 
 .It Ic \&?  .It Ic \&?
 A line of input is taken from the input source (usually the terminal)  A line of input is taken from the input source (usually the terminal)
 and executed.  and executed.
 .It Ic : Ns Ar r  .It Ic \&: Ns Ar r
 Pop two values from the stack.  Pop two values from the stack.
 The second value on the stack is stored into the array  The second value on the stack is stored into the array
 .Ar r  .Ar r
 indexed by the top of stack.  indexed by the top of stack.
 .It Ic ; Ns Ar r  .It Ic \&; Ns Ar r
 Pop a value from the stack.  Pop a value from the stack.
 The value is used as an index into register  The value is used as an index into register
 .Ar r .  .Ar r .

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25