Fix some comments referencing sockets which are not used by the ber api. The
authorrob <rob@openbsd.org>
Fri, 13 Jul 2018 08:50:38 +0000 (08:50 +0000)
committerrob <rob@openbsd.org>
Fri, 13 Jul 2018 08:50:38 +0000 (08:50 +0000)
commit1b8e4fc33d8ad16b53c2c412f25d6c29fe16050b
treec6e2184d562574a1bf28fba42be6e6be0cdc567b
parent5a44f89625c1a201058ece428162d035b68a928b
Fix some comments referencing sockets which are not used by the ber api. The
api uses read and write buffers (byte streams) that are utilized by calling
applications which may or may not use sockets.

ok claudio@

buffer byte streams that applications then use for
usr.bin/ldap/ber.c
usr.sbin/ldapd/ber.c
usr.sbin/snmpd/ber.c
usr.sbin/ypldap/ber.c