diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-07 01:17:54 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-07 01:17:54 +0000 |
commit | 336b5c6bdcf5c2afbd9d7618b326826f85a47109 (patch) | |
tree | 841378df345286cbaa20b07c73b83081868118f5 /usr.bin/tsort | |
parent | 01f3abcecdd8de9323f7118d0a997d39cfe1769a (diff) | |
download | FreeBSD-src-336b5c6bdcf5c2afbd9d7618b326826f85a47109.zip FreeBSD-src-336b5c6bdcf5c2afbd9d7618b326826f85a47109.tar.gz |
Style nit: group together optional flags under the one Fl macro.
Diffstat (limited to 'usr.bin/tsort')
-rw-r--r-- | usr.bin/tsort/tsort.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index f629b61..30de00a 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -43,9 +43,7 @@ .Nd topological sort of a directed graph .Sh SYNOPSIS .Nm -.Op Fl d -.Op Fl l -.Op Fl q +.Op Fl dlq .Op Ar file .Sh DESCRIPTION The |