aboutsummaryrefslogtreecommitdiff
path: root/devel/c2mdoc
Commit message (Collapse)AuthorAgeFilesLines
* - Remove an empty and usless distinfo fileSergey Matveychuk2006-05-071-1/+0
| | | | | | | Obtained from: distinfo survey Notes: svn path=/head/; revision=161562
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Correct a typo: .Fa -> .Ft in mdoc output. Add CVS tags.Bruce M Simpson2004-03-022-1/+5
| | | | Notes: svn path=/head/; revision=102727
* Fix a typo, PKG_PLIST should have been PLIST_FILES.Bruce M Simpson2004-03-021-1/+1
| | | | Notes: svn path=/head/; revision=102707
* c2mdoc is an awk/shell script wot I wrote to aid in documenting our manyBruce M Simpson2004-03-025-0/+71
wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using as a baseline), so let's do it the long way round instead. This script spits out mdoc(7) markup ready for pasting into the SYNOPSIS section of our wonderful mdoc.template. Notes: svn path=/head/; revision=102705