Hello,

manual ndb(6) says: "Each line starting without white space starts a new tuple. 
Lines starting with # are comments.”

assume we have an entry such as:
dom=foo
        # a blank line follows

        auth=bar

if the blank line contains a white space, then
        ndb/query dom foo auth
will produce
        dom=foo auth=bar
on the other hand, if the blank line is empty, then the command will produce
        dom=foo

Is this a bug or a specification?
I want to believe this is a bug.

Kenji Arisawa


Reply via email to