Re: [ovs-dev] [PATCH 7/8] xml2nroff: New program to generate a manpage from XML input.

2015-02-19 Thread Russell Bryant
On 02/19/2015 02:08 PM, Ben Pfaff wrote: > I'll repost the patch separately; here's an incremental: Incremental changes look good to me, thanks! -- Russell Bryant ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 7/8] xml2nroff: New program to generate a manpage from XML input.

2015-02-19 Thread Ben Pfaff
On Thu, Feb 19, 2015 at 12:24:42PM -0500, Russell Bryant wrote: > On 02/19/2015 03:12 AM, Ben Pfaff wrote: > > I really can't stand nroff syntax. This makes it possible to install > > nroff but write in a more sensible XML syntax. > > > > The following commit adds the first user. > > > > Signed-

Re: [ovs-dev] [PATCH 7/8] xml2nroff: New program to generate a manpage from XML input.

2015-02-19 Thread Russell Bryant
On 02/19/2015 03:12 AM, Ben Pfaff wrote: > I really can't stand nroff syntax. This makes it possible to install > nroff but write in a more sensible XML syntax. > > The following commit adds the first user. > > Signed-off-by: Ben Pfaff > --- > Makefile.am | 1 + > build-aux/xml2nroff

[ovs-dev] [PATCH 7/8] xml2nroff: New program to generate a manpage from XML input.

2015-02-19 Thread Ben Pfaff
I really can't stand nroff syntax. This makes it possible to install nroff but write in a more sensible XML syntax. The following commit adds the first user. Signed-off-by: Ben Pfaff --- Makefile.am | 1 + build-aux/xml2nroff | 110