diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-22 17:05:56 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-22 17:05:56 +0000 |
commit | 8690cb0b83729b6febdbbd1a23b7cf7d50777bae (patch) | |
tree | e7f1c1d61a13b4c3f42482cfc879209736ff9bc2 /devel/c2mdoc | |
parent | 3eecbedd9f602b7b6bd5ae84e8f3b497cb2ddced (diff) |
- Update pkg-descr
PR: 195233
Submitted by: portmaster@bsdforge.com (maintainer)
Notes
Notes:
svn path=/head/; revision=373077
Diffstat (limited to 'devel/c2mdoc')
-rw-r--r-- | devel/c2mdoc/pkg-descr | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/c2mdoc/pkg-descr b/devel/c2mdoc/pkg-descr index 1f3aa49d5d37..a3435ca49c1d 100644 --- a/devel/c2mdoc/pkg-descr +++ b/devel/c2mdoc/pkg-descr @@ -1,5 +1,7 @@ -c2mdoc is a shell and awk script wrapper which abuses devel/cproto's -parser to spit out function prototypes in a format ready to paste into -FreeBSD developer documentation. c2man already claims to do such a -thing, but seems crippled in the face of our kernel source. The -toolchain used by this port whinges but still generates markup. +c2mdoc is a shell and awk(1) script wrapper which abuses devel/cproto's parser +to spit out function prototypes in a format ready to paste into FreeBSD +developer documentation. c2man already claims to do such a thing, but seems +crippled in the face of our kernel source. The toolchain used by this port +winces, but still generates markup. + +WWW: http://bsdforge.com/projects/devel/c2mdoc/ |