coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-11-17 00:23:29
Commit28ef44e18be0c4359a24de027e717af0fc8aade6
Parent1086f2efe3f8e6d1c6ac9c24ecd8cef3eb1776d2

time: Add time manpage

Diffstat

A man/time.1 | 46 ++++++++++++++++++++++++++++++++++++++++++++++

1 files changed, 46 insertions, 0 deletions

diff --git a/man/time.1 b/man/time.1
new file mode 100644
index 0000000..ea3330b
--- /dev/null
+++ b/man/time.1
@@ -0,0 +1,46 @@
+.TH TIME 1 2020-11-17 "OMKOV coreutils" "General Commands Manual"
+.SH NAME
+time \(em time a simple command
+.SH SYNOPSYS
+\fBtime\fR [-p] command [\fIargument\fR...]
+.SH DESCRIPTION
+Invoke \fIcommand\fR and output timing statistics.
+.SH OPTIONS
+The following options are supported:
+.TP
+.B -p
+Use portable format.
+.TP
+.B --help
+Display help information.
+.TP
+.B --version
+Display version information.
+.SH OPERANDS
+The following operands are supported:
+.TP
+.I command
+A command to invoke.
+.TP
+.I argument
+An argument to pass to \fIcommand\fR.
+.SH EXIT STATUS
+Upon successful completion, the exit status of \fItime\fR will be the exit
+status of \fIcommand\fR. Otherwise, the following exit values will be returned:
+.TP
+1-125
+An error occurred.
+.TP
+\ \ 126
+\fIcommand\fR was found but could not be invoked.
+.TP
+\ \ 127
+\fIcommand\fR was not found.
+.SH STANDARDS
+This utility is compliant with the IEEE Std 1003.1-2017 (POSIX) specification.
+.SH COPYRIGHT
+.nf
+Copyright (C) 2020, Jakob Wakeling
+All rights reserved.
+OMKOV Permissive Licence (https://www.omkov.net/OLPE)
+.fi