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
 <e...@debian.org>, 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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to