diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-05 21:41:01 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-05 21:41:01 +0200 |
| commit | a2221e45c763113339bc73abf53f0c5dbddba609 (patch) | |
| tree | 57c91852b655c9c20903df1e756ae73484d203b3 /src/blog/2022-05-29-man | |
| parent | 2fac5adf65322b43d4ebba9766a2e0a3412df3c9 (diff) | |
| download | sebastiano.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.md | 15 |
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 | |||
| 246 | like `sh(1)`. | 246 | like `sh(1)`. |
| 247 | 247 | ||
| 248 | Stay tuned! | 248 | Stay tuned! |
| 249 | |||
| 250 | ## Update 2022-09-05 | ||
| 251 | |||
| 252 | In [a more recent blog post](../2022-09-05-man-col) I comment on a part | ||
| 253 | of the manual that I skipped, although it is actually useful for writing | ||
| 254 | these blog entries: | ||
| 255 | |||
| 256 | ``` | ||
| 257 | When using -c, most terminal devices are unable to show the | ||
| 258 | markup. To print the output of man to the terminal with markup | ||
| 259 | but without using a pager, pipe it to ul(1). To remove the | ||
| 260 | markup, pipe the output to col(1) -b instead. | ||
| 261 | ``` | ||
| 262 | |||
| 263 | If you are curious, check the [new post](../2022-09-05-man-col)! | ||
