From b3dfbe8b70b870399dc335b8dcf028bb9a3955de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 05:57:50 +0200 Subject: Added notes as a separate type of content and moved the content --- content/notes/preview-troff-man-pages.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/notes/preview-troff-man-pages.md (limited to 'content/notes/preview-troff-man-pages.md') diff --git a/content/notes/preview-troff-man-pages.md b/content/notes/preview-troff-man-pages.md new file mode 100644 index 0000000..6ff1124 --- /dev/null +++ b/content/notes/preview-troff-man-pages.md @@ -0,0 +1,18 @@ +--- +title: Previews how man page written in Troff will look like +url: preview-troff-man-pages.html +date: 2023-05-15 +type: notes +draft: false +--- + +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. + +```sh +# On Linux system. +groff -man -Tascii filename + +# On Plan9 system. +man 1 filename +``` -- cgit v1.2.3