Re: cvs commit: httpd-2.0/docs/man rotatelogs.8

2001-10-11 Thread joshua
On Thu, 11 Oct 2001, William A. Rowe, Jr. wrote: > > Better yet, httpd-2.0/docs/docco/ Well, I committed it to site-tools/man2html/man2html.c for the moment. If people prefer httpd-2.0/docs/docco/, I am fine with that. The usage is: nroff -man httpd.8 | man2html httpd > httpd.html and then yo

Re: cvs commit: httpd-2.0/docs/man rotatelogs.8

2001-10-11 Thread Rodent of Unusual Size
"William A. Rowe, Jr." wrote: > > From: "Joshua Slive" <[EMAIL PROTECTED]> > Sent: Thursday, October 11, 2001 9:09 AM > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > > Other question - how to reformat to html? > > > Which utility does so? > > > > I have a very nasty hack of

Re: cvs commit: httpd-2.0/docs/man rotatelogs.8

2001-10-11 Thread William A. Rowe, Jr.
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 9:12 AM > From: "Joshua Slive" <[EMAIL PROTECTED]> > Sent: Thursday, October 11, 2001 9:09 AM > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > > Other question - how to reformat to html? > > >

Re: cvs commit: httpd-2.0/docs/man rotatelogs.8

2001-10-11 Thread William A. Rowe, Jr.
From: "Joshua Slive" <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 9:09 AM > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Other question - how to reformat to html? > > Which utility does so? > > I have a very nasty hack of a c program that converts nroff *output* to > h

RE: cvs commit: httpd-2.0/docs/man rotatelogs.8

2001-10-11 Thread Joshua Slive
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Other question - how to reformat to html? > Which utility does so? > I have a very nasty hack of a c program that converts nroff *output* to html. I would like to upload it somewhere so that others can use