aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2022-05-29-man
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/2022-05-29-man')
-rw-r--r--src/blog/2022-05-29-man/man.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/blog/2022-05-29-man/man.md b/src/blog/2022-05-29-man/man.md
index bfb1a26..26cad6b 100644
--- a/src/blog/2022-05-29-man/man.md
+++ b/src/blog/2022-05-29-man/man.md
@@ -246,3 +246,18 @@ here, such as `less(1)`, or dive into more exciting stuff with something
246like `sh(1)`. 246like `sh(1)`.
247 247
248Stay tuned! 248Stay tuned!
249
250## Update 2022-09-05
251
252In [a more recent blog post](../2022-09-05-man-col) I comment on a part
253of the manual that I skipped, although it is actually useful for writing
254these blog entries:
255
256```
257When using -c, most terminal devices are unable to show the
258markup. To print the output of man to the terminal with markup
259but without using a pager, pipe it to ul(1). To remove the
260markup, pipe the output to col(1) -b instead.
261```
262
263If you are curious, check the [new post](../2022-09-05-man-col)!

Generated with cgit - Back to sebastiano.tronto.net