Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 1998 16:42:39 -0700 (PDT)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        den@master.chem.yale.edu
Cc:        questions@FreeBSD.ORG
Subject:   Re: screensaver mod
Message-ID:  <199807122342.QAA12303@ix.netcom.com>
In-Reply-To: <Pine.SGI.3.96.980712160133.29105A-100000@master.chem.yale.edu> (message from Dennis Ostrovsky on Sun, 12 Jul 1998 16:04:03 -0400 (EDT))

next in thread | previous in thread | raw e-mail | index | archive | help
Looks like the man page could use a little enhancement.
>From modstat.c

	printf("Type     Id Off Loadaddr Size Info     Rev Module Name\n");
	printf("%-7s %3d %3d %08x %04x %8x %3d %s\n",
	    type_names[sbuf.type],
	    sbuf.id,		/* module id */
	    sbuf.offset,	/* offset into modtype struct */
	    sbuf.area,		/* address module loaded at */
	    sbuf.size,		/* size in K */
	    sbuf.private,	/* kernel address of private area */
	    sbuf.ver,		/* Version; always 1 for now */
	    sbuf.name		/* name from private area */
	);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807122342.QAA12303>