From 58257275f0c52d1fcc5cc817763c361d120dfc2b Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 25 Feb 2016 20:44:15 +0100 Subject: [PATCH] tsort.1: use mandoc literal block for example --- tsort.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsort.1 b/tsort.1 index 27ec4f2..2f8f0a1 100644 --- 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