Some man pages.

This commit is contained in:
rsc 2005-01-03 06:40:20 +00:00
parent 2600337aa7
commit 058b0118a5
214 changed files with 17112 additions and 1999 deletions

22
man/man1/fsize.1 Normal file
View file

@ -0,0 +1,22 @@
.TH FSIZE 1
.SH NAME
fsize, mtime \- print file information
.SH SYNOPSIS
.B fsize
.I file ...
.PP
.B mtime
.I file ...
.SH DESCRIPTION
.I Fsize
prints the name and size of each of the files.
.PP
.I Mtime
prints the name and modification time (in seconds since the epoch)
of each of the files.
.SH SOURCE
.B /usr/local/plan9/src/cmd/fsize.c
.br
.B /usr/local/plan9/src/cmd/mtime.c
.SH BUGS
The output formats of the two programs are different.