60 lines
600 B
Groff
60 lines
600 B
Groff
|
|
|
|
TSORT(1) Minix Programmer's Manual TSORT(1)
|
|
|
|
|
|
NAME
|
|
tsort - topological sort [IBM]
|
|
|
|
SYNOPSIS
|
|
tsort file
|
|
|
|
EXAMPLES
|
|
|
|
lorder *.s | tsort # Give library ordering
|
|
|
|
ar cr libc.a `lorder *.s | tsort`
|
|
# Build library
|
|
|
|
DESCRIPTION
|
|
|
|
Tsort accepts a file of lines containing ordered pairs and builds a total
|
|
ordering from the partial orderings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1
|
|
|