From: Romano Date: Tue, 18 Jun 2024 17:27:18 +0000 Subject: [PATCH] ndb: document attribute name and line parsing constraints --- diff c9a153088dc85d0f8600992ca18da85a7668516d 9bdee3abeca9d4324f73dda1608076e7b9ce46c3 --- a/sys/man/8/ndb +++ b/sys/man/8/ndb @@ -838,3 +838,8 @@ .I Ndb databases are case-sensitive; ethernet addresses must be in lower-case hexadecimal. +.I Ndb +database attribute names have a maximum length of 31 bytes and +are (silently) truncated if longer. +.I Ndb +database lines are limited to 8K characters.