=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ldap/Attic/ber.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/ldap/Attic/ber.c 2018/07/13 08:30:10 1.13 +++ src/usr.bin/ldap/Attic/ber.c 2018/07/13 08:50:38 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: ber.c,v 1.13 2018/07/13 08:30:10 rob Exp $ */ +/* $OpenBSD: ber.c,v 1.14 2018/07/13 08:50:38 rob Exp $ */ /* * Copyright (c) 2007, 2012 Reyk Floeter @@ -757,10 +757,10 @@ } /* - * write ber elements to the socket + * write ber elements to the write buffer * * params: - * ber holds the socket + * ber holds the destination write buffer byte stream * root fully populated element tree * * returns: @@ -796,10 +796,10 @@ } /* - * read ber elements from the socket + * read ber elements from the read buffer * * params: - * ber holds the socket and lot more + * ber holds a fully populated read buffer byte stream * root if NULL, build up an element tree from what we receive on * the wire. If not null, use the specified encoding for the * elements received.