mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
5362469fd2
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
810 B
Diff
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)
|