]> git.cameronkatri.com Git - mandoc.git/commit
Retire the old concat() function.
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 23 Mar 2014 15:14:50 +0000 (15:14 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 23 Mar 2014 15:14:50 +0000 (15:14 +0000)
commitb2aa8ef6ed67716a593671e8bcb61ed84d083acd
tree3273637c2fd14c07748de6205efb24fdedc23fb1
parent87fb027cd92fa277cc6404f10f66b97c9361e438
Retire the old concat() function.
For .Sh, i wasn't even needed at all.
For .Dd, .Nm, and .Os, use the new mdoc_deroff() instead.
This gets rid of the last limited-size static buffers in this file,
hence eliminates the last explicit MANDOCERR_MEM throwers here,
and it shortens the code by 50 lines.
mdoc_validate.c