From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15815 invoked by alias); 9 Mar 2010 16:22:07 -0000 Received: (qmail 15790 invoked by uid 678); 9 Mar 2010 16:22:06 -0000 Date: Tue, 09 Mar 2010 16:22:00 -0000 Message-ID: <20100309162206.15775.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-171-ga69dded X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f43a495397a431683f2b5ee8ad827f77b82f5f09 X-Git-Newrev: a69dded996e6fa1eebd111e3dfe69efcea927baf 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: 2010-q1/txt/msg00197.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 a69dded996e6fa1eebd111e3dfe69efcea927baf (commit) from f43a495397a431683f2b5ee8ad827f77b82f5f09 (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 a69dded996e6fa1eebd111e3dfe69efcea927baf Author: William Cohen Date: Tue Mar 9 11:05:25 2010 -0500 PR 11210 Eliminate man page collisions The various man pages for each systemtap probe and function are prepended with "probe::" and "function::" respectively to avoid collisions with other man3 pages with the same name. For example systemtap's strlen function was colliding with glibc's strlen function. ----------------------------------------------------------------------- Summary of changes: scripts/kernel-doc | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool