Re: [PATCH] pcap manpages

2015-04-06 Thread Lawrence Teo
Committed, thanks. On Mon, Apr 06, 2015 at 07:30:46PM +0200, Jan Stary wrote: > Any comments? > > On Mar 29 22:24:41, h...@stare.cz wrote: > > The diff below fixes what seem to be errors in pcap.3, > > either in factuality or markup or grammar. > > > > Jan > > > > > > > > --- pcap.3.orig

Re: [PATCH] pcap manpages

2015-04-06 Thread Jan Stary
Any comments? On Mar 29 22:24:41, h...@stare.cz wrote: > The diff below fixes what seem to be errors in pcap.3, > either in factuality or markup or grammar. > > Jan > > > > --- pcap.3.orig Sun Mar 29 22:06:49 2015 > +++ pcap.3Sun Mar 29 22:16:50 2015 > @@ -169,7 +169,7 @@ at pa

Re: [PATCH] pcap manpages

2015-03-29 Thread Jan Stary
The diff below fixes what seem to be errors in pcap.3, either in factuality or markup or grammar. Jan --- pcap.3.orig Sun Mar 29 22:06:49 2015 +++ pcap.3 Sun Mar 29 22:16:50 2015 @@ -169,7 +169,7 @@ at packets on the network. .Fa source is a string that specifies the network devi

Re: [PATCH] pcap manpages

2015-03-27 Thread Ingo Schwarze
Hi, Jan Stary wrote on Fri, Mar 27, 2015 at 11:17:36AM +0100: > On Mar 27 09:16:52, h...@stare.cz wrote: >> The diff below fixes what mandoc -Tlint complains about, >> anotates the authors' names with .An in pcap.3 >> and removes a bit of cruft. > Damn, that was written against a non-current sou

Re: [PATCH] pcap manpages

2015-03-27 Thread Jan Stary
On Mar 27 09:16:52, h...@stare.cz wrote: > The diff below fixes what mandoc -Tlint complains about, > anotates the authors' names with .An in pcap.3 > and removes a bit of cruft. Damn, that was written against a non-current source. Some of the changes are already in. Here's a smaller one, just fix

Re: [PATCH] pcap manpages

2015-03-27 Thread Giovanni Bechis
On 03/27/15 09:34, Jason McIntyre wrote: > On Fri, Mar 27, 2015 at 09:25:40AM +0100, Giovanni Bechis wrote: >> On 03/27/15 09:16, Jan Stary wrote: >>> The diff below fixes what mandoc -Tlint complains about, >>> anotates the authors' names with .An in pcap.3 >>> and removes a bit of cruft. >>> >>>

Re: [PATCH] pcap manpages

2015-03-27 Thread Jason McIntyre
On Fri, Mar 27, 2015 at 09:25:40AM +0100, Giovanni Bechis wrote: > On 03/27/15 09:16, Jan Stary wrote: > > The diff below fixes what mandoc -Tlint complains about, > > anotates the authors' names with .An in pcap.3 > > and removes a bit of cruft. > > > > I have more diffs lined up for this, > > in

Re: [PATCH] pcap manpages

2015-03-27 Thread Giovanni Bechis
On 03/27/15 09:16, Jan Stary wrote: > The diff below fixes what mandoc -Tlint complains about, > anotates the authors' names with .An in pcap.3 > and removes a bit of cruft. > > I have more diffs lined up for this, > in case someone was about to do that. > > Would it be beneficial to rewrite pcap

[PATCH] pcap manpages

2015-03-27 Thread Jan Stary
The diff below fixes what mandoc -Tlint complains about, anotates the authors' names with .An in pcap.3 and removes a bit of cruft. I have more diffs lined up for this, in case someone was about to do that. Would it be beneficial to rewrite pcap-filter.3 in mdoc(7)? Jan Index: pcap-fil