From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- public/preview-troff-man-pages.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 public/preview-troff-man-pages.html (limited to 'public/preview-troff-man-pages.html') diff --git a/public/preview-troff-man-pages.html b/public/preview-troff-man-pages.html new file mode 100755 index 0000000..bb91048 --- /dev/null +++ b/public/preview-troff-man-pages.html @@ -0,0 +1,17 @@ +Previews how man page written in Troff will look like

Previews how man page written in Troff will look like

May 15, 2023

Troff is used to write man pages and it is difficult to read it so this will +preview how it will look like when it is rendered.

# On Linux system.
+groff -man -Tascii filename
+
+# On Plan9 system.
+man 1 filename
+
\ No newline at end of file -- cgit v1.2.3