[BACK]Return to man.3 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/man.3 between version 1.14 and 1.15

version 1.14, 2010/08/18 02:46:37 version 1.15, 2010/08/20 00:53:35
Line 35 
Line 35 
 .Fo man_alloc  .Fo man_alloc
 .Fa "struct regset *regs"  .Fa "struct regset *regs"
 .Fa "void *data"  .Fa "void *data"
 .Fa "int pflags"  
 .Fa "mandocmsg msgs"  .Fa "mandocmsg msgs"
 .Fc  .Fc
 .Ft int  .Ft int
Line 172 
Line 171 
 .Fa data  .Fa data
 pointer is passed to  pointer is passed to
 .Fa msgs .  .Fa msgs .
 The  
 .Fa pflags  
 arguments are defined in  
 .Pa man.h .  
 Returns NULL on failure.  Returns NULL on failure.
 If non-NULL, the pointer must be freed with  If non-NULL, the pointer must be freed with
 .Fn man_free .  .Fn man_free .
Line 298 
Line 293 
   
 bzero(&regs, sizeof(struct regset));  bzero(&regs, sizeof(struct regset));
 line = 1;  line = 1;
 man = man_alloc(&regs, NULL, 0, NULL);  man = man_alloc(&regs, NULL, NULL);
 buf = NULL;  buf = NULL;
 alloc_len = 0;  alloc_len = 0;
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15