> On Sun, 3 Oct 2004 11:18:43 -0400, Robert Story (Coders) <[EMAIL PROTECTED]>
> said:
Robert> I'll leave the manpage patches for the manpage folks. I'd
Robert> suggest that you submit them to the patch db, so they don't
Robert> get lost:
Applied.
--
Wes Hardaker
Sparta
-
On Sun, 3 Oct 2004 14:00:33 +0100 Patrick wrote:
PW> Thanks - I also add that extra NULL check in mib.c which avoids a core
PW> dump if one doesn't use a sensible "width" values..
Tahnks, I added that patch to 5.1.x and 5.2.x cvs, thanks.
I'll leave the manpage patches for the manpage folks. I'd
On Sun, Sep 26, 2004 at 05:24:55PM -0400, Robert Story wrote:
> On Fri, 24 Sep 2004 17:34:53 +0100 Patrick wrote:
> PW> I would provide patches to man, but I don't really understand
> PW> what a subidentifier is..
>
> A sub-identifier is a single identifier from an OID. eg, .1.3.6 is composed of
>
On Fri, 24 Sep 2004 17:34:53 +0100 Patrick wrote:
PW> I would provide patches to man, but I don't really understand
PW> what a subidentifier is..
A sub-identifier is a single identifier from an OID. eg, .1.3.6 is composed of
3 sub-identifiers. OIDs usually have lengths in sub-identifiers (eg 3 ab
I was so pleased to see all those manpage updates, I just had to read some..
One nit: From mib_api(3)
void print_description(const oid *objid, size_t objidlen);
whereas it (and a few other functions like it) have another int width
parameter. I would provide patches to man, but I don't real