summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-19 06:57:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-19 06:57:44 +0000
commit088a639be38030f6b6bfd344fb30636a85b207a4 (patch)
treefeabf70c32c723e8a8abbaa37cebedeb93003c28 /man1
parentcfadad462c81964b85b0c5c3eac79bbe50aa364e (diff)
Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
Diffstat (limited to 'man1')
-rw-r--r--man1/time.123
1 files changed, 12 insertions, 11 deletions
diff --git a/man1/time.1 b/man1/time.1
index c3f53616..8668cc2e 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -43,11 +43,11 @@ as returned by
.TP
.B \-p
When in the POSIX locale, use the precise traditional format
-.br
-.in +5
+.IP
+.in +4n
"real %f\enuser %f\ensys %f\en"
-.in -5
-.br
+.in
+.IP
(with numbers in seconds)
where the number of decimals in the output for %f is unspecified
but is sufficient to express the clock tick accuracy, and at least one.
@@ -85,25 +85,26 @@ using the \-f option or the
.B TIME
environment variable.
.LP
-The default format string is
-.br
-.in +3
+The default format string is:
+.PP
+.in +4n
%Uuser %Ssystem %Eelapsed %PCPU (%Xtext+%Ddata %Mmax)k
.br
%Iinputs+%Ooutputs (%Fmajor+%Rminor)pagefaults %Wswaps
.br
-.in -3
+.in
.LP
When the \-p option is given the (portable) output format
-.br
-.in +3
+.PP
+.in +4n
real %e
.br
user %U
.br
sys %S
.br
-.in -3
+.in
+.PP
is used.
.SS "The format string"
The format is interpreted in the usual printf-like way.