From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26980 invoked by alias); 25 May 2012 19:04:16 -0000 Received: (qmail 26903 invoked by uid 9945); 25 May 2012 19:04:13 -0000 Date: Fri, 25 May 2012 19:04:00 -0000 Message-ID: <20120525190413.26892.qmail@sourceware.org> From: serhei@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-266-g143cad5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e8474d2aac689025e8e540fa27ec68088bc5e468 X-Git-Newrev: 143cad54e2e5ea21379aab1fb0736c13f7850e06 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q2/txt/msg00111.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 143cad54e2e5ea21379aab1fb0736c13f7850e06 (commit) via ca5b4d2ec92e12eed8acfe50911236cba26d0ae4 (commit) from e8474d2aac689025e8e540fa27ec68088bc5e468 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 143cad54e2e5ea21379aab1fb0736c13f7850e06 Merge: ca5b4d2 e8474d2 Author: Serguei Makarov Date: Fri May 25 15:04:01 2012 -0400 Merge branch 'master' of http://sourceware.org/git/systemtap commit ca5b4d2ec92e12eed8acfe50911236cba26d0ae4 Author: Serguei Makarov Date: Fri May 25 14:57:58 2012 -0400 PR14146: adapted manpager.sh to produce passable tapset::* manpages. The resulting manpages can act as 'very succinct' (read: utterly bare-bones) tables of contents listing documented functions and probes, and referring the user to probe::* and function::* manpages generated by the 'robust' (read: hideously complicated and slow, but very reliable) DocBook toolchain. manpager.sh is currently not hooked up to the build sequence, pending delivery of a fresh supply of fingers to cross in hope that everything works as advertised. ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/manpager.sh | 109 ++++++++++++++++++++++++++++ doc/Tapset_Reference_Guide/manpager.sh | 4 +- 2 files changed, 112 insertions(+), 1 deletions(-) create mode 100755 doc/SystemTap_Tapset_Reference/manpager.sh hooks/post-receive -- systemtap: system-wide probe/trace tool