diff options
Diffstat (limited to 'development/md2roff/manpage.diff')
-rw-r--r-- | development/md2roff/manpage.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/md2roff/manpage.diff b/development/md2roff/manpage.diff new file mode 100644 index 000000000000..03be19ab058b --- /dev/null +++ b/development/md2roff/manpage.diff @@ -0,0 +1,14 @@ +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) |