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

Diff for /src/usr.bin/bc/bc.1 between version 1.4 and 1.5

version 1.4, 2003/09/26 11:21:26 version 1.5, 2003/09/26 13:47:16
Line 42 
Line 42 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm bc  .Nm bc
 .Op Fl cl  .Op Fl cl
 .Ar  .Op Ar file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is an interactive processor for a language which resembles  is an interactive processor for a language which resembles
Line 121 
Line 121 
 null statement  null statement
 break  break
 quit  quit
   a string of letters, enclosed in double quotes
 .Ed  .Ed
 .Pp  .Pp
 Function definitions  Function definitions
Line 131 
Line 132 
         return ( E )          return ( E )
 }  }
 .Ed  .Ed
   .Pp
   The sequence
   .Sq \e\<newline><whitespace>
   is ignored within numbers.
   The newline character may be part part of a string.
 .Pp  .Pp
 Functions in  Functions in
 .Fl lm  .Fl lm

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5