Re: [patch] add show.c style flag descriptions to route(8)

2022-12-21 Thread Paul R. Tagliamonte
> So I think route.8 is where we should try to have complete documentation, > and once that is done we should change Xr's and other documentation to > point at route.8 instead of netstat.8 In an effort to have my interactions on this list wind up being helpful rather than more work for overworked

Re: [patch] add show.c style flag descriptions to route(8)

2022-12-21 Thread Paul R. Tagliamonte
On Tue, Dec 20, 2022 at 8:27 PM Paul R. Tagliamonte wrote: > > Heyya tech@, > > Please keep me on cc, I'm not subscribed Please keep me on cc. The last message wasn't sent to me, so my In-Reply-To is going to be wrong. I'm not subscribed to tech@. >From the web: &g

[patch] add show.c style flag descriptions to route(8)

2022-12-20 Thread Paul R. Tagliamonte
Heyya tech@, Please keep me on cc, I'm not subscribed I've been working on porting some of my linux specific software to work on OpenBSD. While working with some routing-specific code, I needed to pull up show.c to map the letters in `route show` to the RTF_ values. I figured while I was in ther