From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 12670 invoked from network); 28 Sep 2023 07:02:25 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Sep 2023 07:02:25 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 9front; Thu Sep 28 02:54:27 -0400 2023 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 66B8E1A1372 for <9front@9front.org>; Thu, 28 Sep 2023 02:54:27 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:from:date:subject:mime-version:content-type :content-transfer-encoding; s=sasl; bh=mSvr/vKpqUQWjuS+mvQbRw42R pbHf4xTJcADF7QDewE=; b=qaoF1A69D3vVss55EzOL6unyrG1C2NovBXIUOxQEU M2B81PzfJJD9vx94lOML2nDORYd4qOUeZam9wJy44xJDdhGoQFIU7NAa+F7Mk9UE G4MnIC8xgl/e/9t9NIlPuznuJupkTq163EDxXnpM8jSrQsflGoESE4rXvyi0Dgud sI= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5E6731A1371 for <9front@9front.org>; Thu, 28 Sep 2023 02:54:27 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.237.252.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 68E911A136B for <9front@9front.org>; Thu, 28 Sep 2023 02:54:26 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <9926B35B4A74AF2096B2EA3E8B2FA800@smtp.pobox.com> To: 9front@9front.org From: Romano Date: Thu, 28 Sep 2023 05:47:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: DD2D49BA-5DCB-11EE-8179-25B3960A682E-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic overflow-preventing reduce/map cache Subject: [9front] [PATCH 6/6] ndb: document attribute name and value length constraints in BUGS section of man page Reply-To: 9front@9front.org Precedence: bulk --- diff 46cf9d4eb02a3a7c2516be3053994d4fb69eb949 0b5b2d58047b698564f6b1955a31cbcc95570abb --- a/sys/man/8/ndb +++ b/sys/man/8/ndb @@ -924,3 +924,5 @@ .I Ndb databases are case-sensitive; ethernet addresses must be in lower-case hexadecimal. +.I Ndb +database attributes are constrained to 32-byte attribute names and 64-byte attribute values.