Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/time Since there is a -t option, and the option itse...



details:   https://anonhg.NetBSD.org/src/rev/494c238bf1ca
branches:  trunk
changeset: 961004:494c238bf1ca
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Apr 05 23:01:55 2021 +0000

description:
Since there is a -t option, and the option itself is documented, there
doesn't seem to be any reason to exclude ``t'' from the usage summary.

diffstat:

 usr.bin/time/time.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 898f71a66f43 -r 494c238bf1ca usr.bin/time/time.1
--- a/usr.bin/time/time.1       Mon Apr 05 22:52:03 2021 +0000
+++ b/usr.bin/time/time.1       Mon Apr 05 23:01:55 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: time.1,v 1.29 2020/04/23 07:54:53 simonb Exp $
+.\"    $NetBSD: time.1,v 1.30 2021/04/05 23:01:55 pgoyette Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)time.1     8.1 (Berkeley) 6/6/93
 .\"
-.Dd April 23, 2020
+.Dd April 5, 2021
 .Dt TIME 1
 .Os
 .Sh NAME
@@ -37,7 +37,7 @@
 .Nd time command execution
 .Sh SYNOPSIS
 .Nm
-.Op Fl clp
+.Op Fl clpt
 .Op Fl f Ar fmt
 .Ar command
 .Op Ar argument ...



Home | Main Index | Thread Index | Old Index