sep = ": ";
if (dflag) { /* just print description */
char *s = buf;
qoid[1] = 5;
j = sizeof(buf);
i = sysctl(qoid, nlen + 2, buf, &j, 0, 0);
if (!nflag)
printf("%s%s", name, sep);
/* fix multilineal descriptions */
while ((s = strchr(s, '\n')) != NULL)
*s++ = ' ';
printf("%s", buf);
return (0);
}