From owner-freebsd-questions Sun Jul 12 16:43:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05331 for freebsd-questions-outgoing; Sun, 12 Jul 1998 16:43:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa4-29.ix.netcom.com [207.93.136.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05317 for ; Sun, 12 Jul 1998 16:43:01 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id QAA12303; Sun, 12 Jul 1998 16:42:39 -0700 (PDT) (envelope-from tomdean) Date: Sun, 12 Jul 1998 16:42:39 -0700 (PDT) Message-Id: <199807122342.QAA12303@ix.netcom.com> From: Thomas Dean To: den@master.chem.yale.edu CC: questions@FreeBSD.ORG In-reply-to: (message from Dennis Ostrovsky on Sun, 12 Jul 1998 16:04:03 -0400 (EDT)) Subject: Re: screensaver mod Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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