tsort: add link (#5597)

add-set-more-info-link.py
marchersimon 2021-03-30 15:55:33 +02:00 committed by GitHub
parent c7048710bb
commit fcaba9e278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
> Perform a topological sort.
> A common use is to show the dependency order of nodes in a directed acyclic graph.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tsort-invocation.html>.
- Perform a topological sort consistent with a partial sort per line of input separated by blanks: