From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1006 invoked by alias); 16 Jun 2009 13:11:29 -0000 Received: (qmail 998 invoked by uid 22791); 16 Jun 2009 13:11:28 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Jun 2009 13:11:21 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n5GDBG9h023009; Tue, 16 Jun 2009 09:11:16 -0400 Received: from fche.csb (vpn-10-122.bos.redhat.com [10.16.10.122]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5GDBEx4006541; Tue, 16 Jun 2009 09:11:14 -0400 Received: by fche.csb (Postfix, from userid 2569) id 1F75958453; Tue, 16 Jun 2009 09:11:14 -0400 (EDT) To: Mark Wielaard Cc: Josh Stone , Przemyslaw Pawelczyk , systemtap@sourceware.org Subject: Re: [PATCH] Add pgrp() context tapset function. Describe sid(). References: <1244905825.120510.2624@debian> <4A36A627.8020907@redhat.com> <1245144489.11671.54.camel@hermans.wildebeest.org> From: fche@redhat.com (Frank Ch. Eigler) Date: Tue, 16 Jun 2009 13:11:00 -0000 In-Reply-To: <1245144489.11671.54.camel@hermans.wildebeest.org> (Mark Wielaard's message of "Tue, 16 Jun 2009 11:28:08 +0200") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00908.txt.bz2 Mark Wielaard writes: > Is there a way we can automate this? [...] They do show up > automagically in the tapset reference guide. It would be nice if the > stapfuncs.3stap man page could also be generated from that data. Good idea. It should not be too hard to make stapfuncs.3stap be a generated table-of-contents of all the functions listed in the generated tapset reference pages. - FChE