--- libaitio/src/bufio.c 2012/03/29 01:31:34 1.4 +++ libaitio/src/bufio.c 2012/05/14 12:49:21 1.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: bufio.c,v 1.4 2012/03/29 01:31:34 misho Exp $ +* $Id: bufio.c,v 1.5 2012/05/14 12:49:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -243,7 +243,7 @@ wf_inf(struct tagBufIO *buf, const char *dat, int siz) /* - * io_fmemopen() File buffered stream operations over memory block + * io_fmemopen() - File buffered stream operations over memory block * * @base = Base address of memory block, if =NULL Infinit length(auto-grow) * @basesize = Size of memory block @@ -320,7 +320,7 @@ io_fmemopen(void ** __restrict base, off_t basesize) } /* - * io_fmapopen() File buffered stream operations over MMAP block + * io_fmapopen() - File buffered stream operations over MMAP block * * @csFile = Filename for MMAP, if =NULL private MMAP block * @mode = File open mode @@ -408,7 +408,7 @@ io_fmapopen(const char *csFile, int mode, int perm, in } /* - * io_dumbFile() Create empry or dumb file with fixed size + * io_dumbFile() - Create empry or dumb file with fixed size * * @csFile = Filename for create * @mode = File access permissions @@ -441,7 +441,7 @@ err: } /* - * io_fd2buf() Convert open file handle to buffered file I/O + * io_fd2buf() - Convert open file handle to buffered file I/O * * @fd = File handle * @mode = Permissions for new buffered file I/O