[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.12 and 1.13

version 1.12, 2003/11/11 19:49:40 version 1.13, 2003/11/12 19:35:54
Line 168 
Line 168 
 Strings will not be assigned to `last'.  Strings will not be assigned to `last'.
 .Pp  .Pp
 Function definitions  Function definitions
 .Pp  .Bd -unfilled -offset indent
 .Bd -unfilled -offset indent -compact  
 define L ( L ,..., L ) {  define L ( L ,..., L ) {
         auto L, ... , L          auto L, ... , L
         S; ... S          S; ... S
Line 180 
Line 179 
 As a non-portable extension, the opening brace of the define statement  As a non-portable extension, the opening brace of the define statement
 may appear on the next line.  may appear on the next line.
 The return statement may also appear in the following forms:  The return statement may also appear in the following forms:
 .Pp  
 .Bd -unfilled -offset indent  .Bd -unfilled -offset indent
 return  return
 return ()  return ()

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13