diff options
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)! | ||
