aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2022-05-29-man
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-05 21:41:01 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-05 21:41:01 +0200
commita2221e45c763113339bc73abf53f0c5dbddba609 (patch)
tree57c91852b655c9c20903df1e756ae73484d203b3 /src/blog/2022-05-29-man
parent2fac5adf65322b43d4ebba9766a2e0a3412df3c9 (diff)
downloadsebastiano.tronto.net-a2221e45c763113339bc73abf53f0c5dbddba609.tar.gz
sebastiano.tronto.net-a2221e45c763113339bc73abf53f0c5dbddba609.zip
Added blog post
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