diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
commit | b41b9034225ab3e49980d9de55c141011b6383b0 (patch) | |
tree | 891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/mtime | |
parent | c558a99e0be506a9abdf677f0ca4490644e05fc1 (diff) |
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/mtime')
-rwxr-xr-x | sys/man/1/mtime | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/man/1/mtime b/sys/man/1/mtime new file mode 100755 index 000000000..5bfe4da32 --- /dev/null +++ b/sys/man/1/mtime @@ -0,0 +1,13 @@ +.TH MTIME 1 +.SH NAME +mtime \- print file modification time +.SH SYNOPSIS +.B mtime +.I file ... +.SH DESCRIPTION +.I Mtime +prints the modification time (in seconds since the epoch) and name +of each +.IR file . +.SH SOURCE +.B /sys/src/cmd/mtime.c |