git: 9b4bfae8c15c - main - textproc/md2roff: fix typo in pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 20:00:17 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b4bfae8c15cd8be1bf357e0c207b03cada7eb3d commit 9b4bfae8c15cd8be1bf357e0c207b03cada7eb3d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-09-25 18:26:59 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-30 20:00:00 +0000 textproc/md2roff: fix typo in pkg-descr Reported by: Graham Perrin <grahamperrin@gmail.com> PR: 274086 --- textproc/md2roff/pkg-descr | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/md2roff/pkg-descr b/textproc/md2roff/pkg-descr index 381dbbdd44bc..ee19ef995402 100644 --- a/textproc/md2roff/pkg-descr +++ b/textproc/md2roff/pkg-descr @@ -1,3 +1,4 @@ -md2roff is a Markdown to roff/html converted. It can be used to -generate simple man pages from project README files. The output is -a manpage in man(7) format as well as a HTML document. +md2roff is a Markdown to roff/html converter. It can be used to +generate simple man pages from Markdown-formatted project README +files. The program produces a man page in man(7) format and an +HTML document as output.