slackbuilds_ponce/development/md2roff/manpage.diff
B. Watson 5362469fd2
development/md2roff: Added (convert markdown to roff)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-04 07:19:52 +07:00

14 lines
810 B
Diff

diff -Naur md2roff-1.10+20230125_adb5a2b/md2roff.md md2roff-1.10+20230125_adb5a2b.patched/md2roff.md
--- md2roff-1.10+20230125_adb5a2b/md2roff.md 2023-01-31 04:15:38.000000000 -0500
+++ md2roff-1.10+20230125_adb5a2b.patched/md2roff.md 2023-01-31 04:44:24.695862999 -0500
@@ -100,8 +100,8 @@
$ md2roff mytext.md | groff -Tps -man | okular -
```
-This document is example, its written in markdown and produce a nice man page.
-You can see the man page as exported to _pdf_ (by **groff**) in this directory.
+This document is an example: it's written in markdown and produces a nice man page.
+You can see the markdown source and man page as exported to _pdf_ (by **groff**) in the directory /usr/doc/md2roff-@VERSION@/
## HOMEPAGE
[https://github.com/nereusx/md2roff](https://github.com/nereusx/md2roff)