Deleted Added
full compact
39c39
< * $Id: kern_descrip.c,v 1.58 1999/01/08 17:31:08 eivind Exp $
---
> * $Id: kern_descrip.c,v 1.59 1999/04/28 10:53:22 dt Exp $
1262c1262
< 0, 0, sysctl_kern_file, "S,file", "");
---
> 0, 0, sysctl_kern_file, "S,file", "Entire file table");
1264,1265c1264,1265
< SYSCTL_INT(_kern, KERN_MAXFILESPERPROC, maxfilesperproc,
< CTLFLAG_RW, &maxfilesperproc, 0, "");
---
> SYSCTL_INT(_kern, KERN_MAXFILESPERPROC, maxfilesperproc, CTLFLAG_RW,
> &maxfilesperproc, 0, "Maximum files allowed open per process");
1267c1267,1268
< SYSCTL_INT(_kern, KERN_MAXFILES, maxfiles, CTLFLAG_RW, &maxfiles, 0, "");
---
> SYSCTL_INT(_kern, KERN_MAXFILES, maxfiles, CTLFLAG_RW,
> &maxfiles, 0, "Maximum number of files");