]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man1/time.1
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man1 / time.1
index 8902b4b960fd943696bda48ebef48b22fc36bb79..9b7efcfd4abc395ccc55913a119ab4b34045cb07 100644 (file)
@@ -40,7 +40,7 @@ values in a
 .I "struct tms"
 as returned by
 .BR times (2)).
-.PP
+.P
 Note: some shells (e.g.,
 .BR bash (1))
 have a built-in
@@ -98,20 +98,20 @@ using the
 option or the
 .B TIME
 environment variable.
-.PP
+.P
 The default format string is:
-.PP
+.P
 .in +4n
 .EX
 %Uuser %Ssystem %Eelapsed %PCPU (%Xtext+%Ddata %Mmax)k
 %Iinputs+%Ooutputs (%Fmajor+%Rminor)pagefaults %Wswaps
 .EE
 .in
-.PP
+.P
 When the
 .I \-p
 option is given, the (portable) output format is used:
-.PP
+.P
 .in +4n
 .EX
 real %e
@@ -133,7 +133,7 @@ The conversions follow.
 All of those used by
 .BR tcsh (1)
 are supported.
-.PP
+.P
 .B "Time"
 .TP
 .B %E
@@ -152,7 +152,7 @@ Total number of CPU-seconds that the process spent in user mode.
 .TP
 .B %P
 Percentage of the CPU that this job got, computed as (%U + %S) / %E.
-.PP
+.P
 .B "Memory"
 .TP
 .B %M
@@ -205,7 +205,7 @@ Number of times the process was context-switched involuntarily
 .B %w
 Number of waits: times that the program was context-switched voluntarily,
 for instance while waiting for an I/O operation to complete.
-.PP
+.P
 .B "I/O"
 .TP
 .B %I
@@ -272,10 +272,10 @@ Not all resources are measured by all versions of UNIX,
 so some of the values might be reported as zero.
 The present selection was mostly inspired by the data
 provided by 4.2 or 4.3BSD.
-.PP
+.P
 GNU time version 1.7 is not yet localized.
 Thus, it does not implement the POSIX requirements.
-.PP
+.P
 The environment variable
 .B TIME
 was badly chosen.
@@ -287,14 +287,14 @@ to use environment variables with the name of a utility to override
 the utility to be used.
 Uses like MORE or TIME for options to programs
 (instead of program pathnames) tend to lead to difficulties.
-.PP
+.P
 It seems unfortunate that
 .I \-o
 overwrites instead of appends.
 (That is, the
 .I \-a
 option should be the default.)
-.PP
+.P
 Mail suggestions and bug reports for GNU
 .B time
 to
@@ -302,13 +302,13 @@ to
 Please include the version of
 .BR time ,
 which you can get by running
-.PP
+.P
 .in +4n
 .EX
 time \-\-version
 .EE
 .in
-.PP
+.P
 and the operating system
 and C compiler you used.
 .\" .SH AUTHORS