Your message dated Tue, 26 Jun 2012 23:25:29 +0000
with message-id <[email protected]>
and subject line Bug#663260: fixed in time 1.7-24
has caused the Debian Bug report #663260,
regarding time(1): Correcting some escapes (\t and \n') in the manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
663260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663260
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: time
Version: 1.7-23.1
Severity: minor
Tags: patch

  From "groff":

<standard input>:162: warning: number register `'' not defined

  Correcting some space.

  Correcting "\t".

  Patch:

--- time.1      2012-03-09 01:32:47.000000000 +0000
+++ time.1.new  2012-03-09 01:43:33.000000000 +0000
@@ -96,7 +96,7 @@
 .TP
 .BR \-a ", " \-\-append ""
 Append the resource use information to the output file instead of overwriting
- it.  This option is only useful with the `-o' or `--output' option.       
+ it.  This option is only useful with the `-o' or `--output' option.
 .TP
 .BI \-f " FORMAT, " \-\-format " FORMAT "
 Use 
@@ -159,7 +159,7 @@
 .B time 
 always prints a newline after printing the resource use
 information, so normally format strings do not end with a newline
-character (or `\n').                                   
+character (or `\en').                                   
 
 There are many resource specifications.  Not all resources are
 measured by all versions of Unix, so some of the values might be
@@ -196,7 +196,7 @@
 Number of file system outputs by the process.       
 .IP P
 Percentage of the CPU that this job got.  This is just user +
-system times divided by the total running time. It also prints 
+system times divided by the total running time.  It also prints
 a percentage sign.
 .IP R
 Number of minor, or recoverable, page faults.  These are pages
@@ -244,20 +244,20 @@
 
 To run the command `ls -Fs' and show just the user, system, and total
 time:
-     time -f "\t%E real,\t%U user,\t%S sys" ls -Fs
+     time -f "\et%E real,\et%U user,\et%S sys" ls -Fs
 
 To edit the file BORK and have `time' append the elapsed time and
 number of signals to the file `log', reading the format string from the
 environment variable `TIME':
-     export TIME="\t%E,\t%k" # If using bash or ksh
-     setenv TIME "\t%E,\t%k" # If using csh or tcsh
-     time -a -o log emacs bork             
+     export TIME="\et%E,\et%k" # If using bash or ksh
+     setenv TIME "\et%E,\et%k" # If using csh or tcsh
+     time -a -o log emacs bork
 
 Users of the 
 .B bash
 shell need to use an explicit path in order to run the external 
 .B time
-command and not the shell builtin variant. On system where 
+command and not the shell builtin variant.  On system where
 .B time 
 is installed in
 .IR /usr/bin ,
@@ -306,12 +306,12 @@
 command returns when the program exits, stops, or is terminated by a signal.
 If the program exited normally, the return value of 
 .B time
-is the return value of the program it executed and measured. Otherwise, the
+is the return value of the program it executed and measured.  Otherwise, the
 return value is 128 plus the number of the signal which caused the program to
 stop or terminate. 
 .SH AUTHOR
 .B time
-was written by David MacKenzie. This man page was added by Dirk Eddelbuettel
+was written by David MacKenzie.  This man page was added by Dirk Eddelbuettel
 <[email protected]>, the Debian GNU/Linux maintainer, for use by the Debian
 GNU/Linux distribution but may of course be used by others.
 
-- System Information:
Debian Release: 6.0.4
Architecture: i386 (i586)

Kernel: Linux 2.6.32-41
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages time depends on:
ii  libc6                         2.11.3-2   Embedded GNU C Library: Shared lib

time recommends no packages.

time suggests no packages.

-- no debconf information

-- 
Bjarni I. Gislason



--- End Message ---
--- Begin Message ---
Source: time
Source-Version: 1.7-24

We believe that the bug you reported is fixed in the latest version of
time, which is due to be installed in the Debian FTP archive:

time_1.7-24.debian.tar.gz
  to main/t/time/time_1.7-24.debian.tar.gz
time_1.7-24.dsc
  to main/t/time/time_1.7-24.dsc
time_1.7-24_i386.deb
  to main/t/time/time_1.7-24_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bob Proulx <[email protected]> (supplier of updated time package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Feb 2012 12:55:30 -0700
Source: time
Binary: time
Architecture: source i386
Version: 1.7-24
Distribution: unstable
Urgency: low
Maintainer: Bob Proulx <[email protected]>
Changed-By: Bob Proulx <[email protected]>
Description: 
 time       - GNU time program for measuring CPU resource usage
Closes: 492669 542469 592620 598099 617935 649402 652670 663260
Changes: 
 time (1.7-24) unstable; urgency=low
 .
   * New maintainer.  Thanks Tollef Fog Heen.  (Closes: #652670)
   * Thanks to previous maintainers for all of their efforts!
   * Acknowledge NMU for Build-Depends automake.  Thanks Salvatore
     Bonaccorso.  (Closes: #592620)
   * Update to new standards version 3.9.3.
   * Update to new compat level 9.
   * Use new machine readable copyright file format.
   * Convert package build system to debhelper dh build system.
   * Convert package build to "3.0 quilt".  Unwind diff.gz patches.  Use
     DEP3 format for patch tagging.
   * Use dh_installinfo instead of install-info from postinst scripts.
     Thanks Riku Saikkonen, Hans Spaans.  (Closes: #617935, #598099)
   * ru_maxrss is reported in KBytes not pages.  Thanks Richard Kettlewell,
     Sven Hartrumpf, Miles Bader.  (Closes: #649402)
   * Update bug report email addresses.  Thanks Faheem Mitha.  (Closes: #542469)
   * Improve capitalization in short description.  Thanks Filipus
     Klutiero. (Closes: #492669)
   * Fix man page roff formatting.  Thanks Bjarni Ingi Gislason.
     (Closes: #663260)
   * Fix man page formatting oddities.  Thanks Russ Allbery for the nice patch.
     See Bug#677013#68 for the discussion.
   * Fix texinfo standalone info program navigation oddity.  Reported by
     Russ Allbery.  See Bug#677013#63.
Checksums-Sha1: 
 bf421bd85072668da0d707745ac460e9b48a67b8 1332 time_1.7-24.dsc
 681980ba21c4adf1bfb14b542461c37360e6d84a 18158 time_1.7-24.debian.tar.gz
 b59decdd27da7845926dbeb7c80e2ca77ef40877 34122 time_1.7-24_i386.deb
Checksums-Sha256: 
 5537ef6216b937502ceadd674bd30ae2558c750793f67aebb8069bb92b9f143b 1332 
time_1.7-24.dsc
 77cd3a252bbf62718af79344db2c3686099f2cc955f6775811716e625f983585 18158 
time_1.7-24.debian.tar.gz
 fd59090adae501e1f91c6386592321a863a0a35df36c6999b9f2ee66100428a6 34122 
time_1.7-24_i386.deb
Files: 
 d326fd6758a7e18b69269f2131c0d284 1332 utils standard time_1.7-24.dsc
 94e6e56b1e76bc92a23552296c7fee1d 18158 utils standard time_1.7-24.debian.tar.gz
 8c6d1b1a870c06cd059cccaf034023e5 34122 utils standard time_1.7-24_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJP6j/7AAoJEH2AMVxXNt51aTgH/jtplH7CpJtwYBiicrRFqQgI
FuZYJU3KmG3VrKs4/pFDuyKb72rmZkdABc7iRIn383BEr1FrknEv/CuBc26fzogq
F7iOm/ZfM7lLLPjycbPp9a9IMHZBRWwhWokcQBk3G1i8/TfYzeXCj5b4kqE24b6I
wUEU1HHd6FvWlTkmNhTl07Y7BIRVz2E1EvpA8jy4oatxdRMB099kz+VbrT5voo46
wfLxOpOc76MtEsLvqPmCnK/9/mdF9sSF0C1JobQeKWWk5JBe6Q2wH7FIMq0471ej
E9Qgz67UXiEcEW0Ip8XuW0pCBwbf+VBO6AJaHPhzuofdqy5r3ga5+0UGRpacKEA=
=4coc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to