Author: aurel32 Date: 2014-05-07 16:09:54 +0000 (Wed, 07 May 2014) New Revision: 6053
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/local/manpages/sprof.1 Log: local/manpages/sprof.1: apply typographical fixes from Bjarni Ingi Gislason <[email protected]>. Closes: #740973. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2014-05-06 22:43:14 UTC (rev 6052) +++ glibc-package/trunk/debian/changelog 2014-05-07 16:09:54 UTC (rev 6053) @@ -35,6 +35,8 @@ #737697. * patches/svn-updates.diff: update from 2.18 branch, to fix a race in free() of fastbin chunk. + * local/manpages/sprof.1: apply typographical fixes from Bjarni Ingi + Gislason <[email protected]>. Closes: #740973. -- Adam Conrad <[email protected]> Sun, 27 Apr 2014 23:15:13 -0600 Modified: glibc-package/trunk/debian/local/manpages/sprof.1 =================================================================== --- glibc-package/trunk/debian/local/manpages/sprof.1 2014-05-06 22:43:14 UTC (rev 6052) +++ glibc-package/trunk/debian/local/manpages/sprof.1 2014-05-07 16:09:54 UTC (rev 6053) @@ -40,7 +40,12 @@ .\" string Tr holds user defined translation string. .\" Bell System Logo is used as a dummy character. .\" -.tr \(*W-|\(bv\*(Tr +.\" Avoid warning from groff about undefined string +.if \n(.g \{\ +. if !dTr .ds Tr +.\} +.ie t .tr \(*W-|\(bv\*(Tr +.el .tr \(*W-\*(Tr .ie n \{\ .ds -- \(*W- .ds PI pi @@ -82,13 +87,19 @@ 'br\} .\" If the F register is turned on, we'll generate .\" index entries out stderr for the following things: -.\" TH Title +.\" TH Title .\" SH Header -.\" Sh Subsection +.\" Sh Subsection .\" Ip Item .\" X<> Xref (embedded .\" Of course, you have to process the output yourself .\" in some meaningful fashion. +.\" Avoid warning from groff about undefined register and macro +. de IX +.. +.if \n(.g \{\ +. if !rF . nr F 0 +.\} .if \nF \{ .de IX .tm Index:\\$1\t\\n%\t"\\$2" @@ -195,17 +206,17 @@ .SH "SYNOPSIS" \fBsprof\fR \fB\-p\fR|\fB\-c\fR [\fB\-q\fR] .SH "DESCRIPTION" -\fB--call-pairs\fR, \fB\-c\fR +\fB\-\-call-pairs\fR, \fB\-c\fR .PP .Vb 1 \& print list of count paths and their number of use .Ve -\fB--flat-profile\fR, \fB\-p\fR +\fB\-\-flat-profile\fR, \fB\-p\fR .PP .Vb 1 \& generate flat profile with counts and ticks .Ve -\fB--graph\fR, \fB\-q\fR +\fB\-\-graph\fR, \fB\-q\fR .PP .Vb 1 \& generate call graph -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

