kernel, libc: signals fixes
[minix.git] / man / man1 / expand.1
blob4ba9124a626221d49fcd2016dd7574432545f7aa
1 .TH EXPAND 1
2 .SH NAME
3 expand \- convert tabs to spaces
4 .SH SYNOPSIS
5 \fBexpand\fR [\fB\-\fIt1,t2, ...\fR]\fR [\fIfile\fR]\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-\fIt\fR
20 # Tab stop positions
21 .SH EXAMPLES
22 .TP 20
23 .B expand \-16,32,48,64
24 # Expand \fIstdin\fR with tabs every 16 columns
25 .SH DESCRIPTION
26 .PP
27 \fIExpand\fR replaces tabs in the named files with the equivalent numbers
28 of spaces.  If no files are listed, \fIstdin\fR is given.  If only one
29 tab is given, the rest are multiples of it.  The default is a tab every 8
30 spaces.
31 .SH "SEE ALSO"
32 .BR unexpand (1).