Line | |
---|
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
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH EXAMPLES
|
---|
18 | .EX "lorder *.s | tsort" "Give library ordering"
|
---|
19 | .EX "ar cr libc.a \`lorder *.s | tsort\`" "Build library"
|
---|
20 | .SH DESCRIPTION
|
---|
21 | .PP
|
---|
22 | \fITsort\fR accepts a file of lines containing ordered pairs and builds a
|
---|
23 | total ordering from the partial orderings.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.