aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages')
-rwxr-xr-xcontent/pages/pastebin.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/pages/pastebin.md b/content/pages/pastebin.md
index 492bc04..37b2d57 100755
--- a/content/pages/pastebin.md
+++ b/content/pages/pastebin.md
@@ -10,7 +10,11 @@ draft: false
10**▒ Previews how man page written in Troff will look like** 10**▒ Previews how man page written in Troff will look like**
11 11
12```sh 12```sh
13# On Linux system.
13groff -man -Tascii filename 14groff -man -Tascii filename
15
16# On Plan9 system.
17man 1 filename
14``` 18```
15 19
16**▒ Convert all MKV files into WebM format** 20**▒ Convert all MKV files into WebM format**