diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-20 22:29:07 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-20 22:29:07 +0200 |
| commit | 4530c0217810a6c69c954e9d667c60a4ef6ae6d7 (patch) | |
| tree | 7a8e966de3b47a288631e1c08c2d1b81e7c3c832 /content/pages | |
| parent | 73200d125707869372ec0ffd17a10f64bab52dc4 (diff) | |
| download | mitjafelicijan.com-4530c0217810a6c69c954e9d667c60a4ef6ae6d7.tar.gz | |
Added additional context to man pages
Diffstat (limited to 'content/pages')
| -rwxr-xr-x | content/pages/pastebin.md | 4 |
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. | ||
| 13 | groff -man -Tascii filename | 14 | groff -man -Tascii filename |
| 15 | |||
| 16 | # On Plan9 system. | ||
| 17 | man 1 filename | ||
| 14 | ``` | 18 | ``` |
| 15 | 19 | ||
| 16 | **▒ Convert all MKV files into WebM format** | 20 | **▒ Convert all MKV files into WebM format** |
