* doc/autoconf.texi (Limitations of Usual Tools) <join>: Mention
bug in -a parsing.
Reported by J.T. Conklin.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2011-04-27 Eric Blake <eblake@redhat.com>
+
+ docs: document NetBSD join bug
+ * doc/autoconf.texi (Limitations of Usual Tools) <join>: Mention
+ bug in -a parsing.
+ Reported by J.T. Conklin.
+
2011-04-13 Eric Blake <eblake@redhat.com>
maint: reflect recent copyright assignments
Use @samp{join - file} instead.
+On NetBSD, @command{join -a 1 file1 file2} mistakenly behaves like
+@command{join -a 1 -a 2 1 file1 file2}, resulting in a usage warning;
+the workaround is to use @command{join -a1 file1 file2} instead.
@item @command{ln}
@c ---------------