mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
977b25a76a
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
21 lines
379 B
Groff
21 lines
379 B
Groff
.TH TIME 1
|
|
.SH NAME
|
|
time \- time a command
|
|
.SH SYNOPSIS
|
|
.B time
|
|
.I command
|
|
[
|
|
.I arg ...
|
|
]
|
|
.SH DESCRIPTION
|
|
The
|
|
.I command
|
|
is executed with the given arguments; after it is complete,
|
|
.I time
|
|
reports on standard error the program's elapsed user time,
|
|
system time, and real time, in seconds,
|
|
followed by the command line.
|
|
.SH SOURCE
|
|
.B \*9/src/cmd/time.c
|
|
.SH "SEE ALSO"
|
|
.IM prof (1)
|