Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/time Simplify.
details: https://anonhg.NetBSD.org/src/rev/c2bc82cde2f1
branches: trunk
changeset: 355160:c2bc82cde2f1
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jul 15 14:40:36 2017 +0000
description:
Simplify.
diffstat:
usr.bin/time/time.1 | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 62d2bee5ab35 -r c2bc82cde2f1 usr.bin/time/time.1
--- a/usr.bin/time/time.1 Sat Jul 15 14:35:55 2017 +0000
+++ b/usr.bin/time/time.1 Sat Jul 15 14:40:36 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: time.1,v 1.27 2017/07/15 14:34:08 christos Exp $
+.\" $NetBSD: time.1,v 1.28 2017/07/15 14:40:36 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -67,7 +67,8 @@
Displays information in the format used by default the
.Nm
builtin of
-.Xr csh 1 uses (\&%Uu \&%Ss \&%E \&%P \&%X+\&%Dk \&%I+\&%Oio \&%Fpf+\&%Ww).
+.Xr csh 1
+uses (%Uu %Ss %E %P %X+%Dk %I+%Oio %Fpf+%Ww).
.It Fl f
Specify a time format using the
.Xr csh 1
@@ -83,7 +84,7 @@
.It \&%E
The elapsed (wall clock) time in seconds.
.It \&%P
-The CPU percentage computed as (\&%U + \&%S) / \&%E.
+The CPU percentage computed as (%U + %S) / %E.
.It \&%W
Number of times the process was swapped.
.It \&%X
@@ -91,7 +92,7 @@
.It \&%D
The average amount in (unshared) data/stack space used in Kbytes.
.It \&%K
-The total space used (\&%X + \&%D) in Kbytes.
+The total space used (%X + %D) in Kbytes.
.It \&%M
The maximum memory the process had in use at any time in Kbytes.
.It \&%F
Home |
Main Index |
Thread Index |
Old Index