sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 58257275f0c52d1fcc5cc817763c361d120dfc2b
parent 9a2b8d3531ec0cf3f3e91a61d1a89b3b912d5287
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 25 Feb 2016 20:44:15 +0100

tsort.1: use mandoc literal block for example

Diffstat:
Mtsort.1 | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tsort.1 b/tsort.1 @@ -31,6 +31,7 @@ The graph as successfully sorted, but contained loops. An error occurred. .El .Sh EXAMPLES +.Bd -literal -offset left The input a a @@ -63,7 +64,7 @@ represents the graph ┏━━━┓ ┏━━━┓ ┃ e ┃───→┃ f ┃ ┗━━━┛ ┗━━━┛ - +.Ed .Sh STANDARDS The .Nm