iso9660fs: initialize buffer cache
[minix.git] / man / man1 / tsort.1
blob19fa6da437028dc3fddde1dcf1cc19e9802e5fd9
1 .TH TSORT 1
2 .SH NAME
3 tsort \- topological sort [IBM]
4 .SH SYNOPSIS
5 \fBtsort \fIfile\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 EXAMPLES
18 .TP 20
19 .B lorder *.s | tsort
20 # Give library ordering
21 .TP 20
22 .B ar cr libc.a \`lorder *.s | tsort\`
23 # Build library
24 .SH DESCRIPTION
25 .PP
26 \fITsort\fR accepts a file of lines containing ordered pairs and builds a
27 total ordering from the partial orderings.