.\"
.\"	$Id: dent.1,v 1.1.1.3 1999/03/31 20:37:29 nathanw Exp $
.\" 
.\"
.TH DENT 1 "1 April 1983"
.UC 4
.SH NAME
dent \- Filter which indents.
.SH SYNOPSIS
.B dent
.RB "[ -number ] [ files ... ]
.SH DESCRIPTION
With no arguments, 
.B dent
indents its standard input by 8 spaces and prints it on the standard output.
The
.I -number
flag is used to set the number of spaces output is indented.
Multiple filenames may be used, in which case the input is pulled from
the particular files, one at a time, in much the same way as 
.B cat.
.SH SEE ALSO
cat(1)


