chiark / gitweb /
Typo fixes.
authormdw <mdw>
Sat, 20 Jan 2001 11:47:03 +0000 (11:47 +0000)
committermdw <mdw>
Sat, 20 Jan 2001 11:47:03 +0000 (11:47 +0000)
man/darray.3
man/lbuf.3

index 1a8336ce4d15c2b352b653c86f62d3be2558f13d..69a3239ff479045ae8147435adeddcd93a96fb7f 100644 (file)
@@ -94,8 +94,8 @@ darray \- dense, dynamically resizing arrays
 .SH "DESCRIPTION"
 The
 .B <mLib/darray.h>
 .SH "DESCRIPTION"
 The
 .B <mLib/darray.h>
-declares a collection of types, macros and functions which implement
-dynamically resizing arrays.
+header file declares a collection of types, macros and functions which
+implement dynamically resizing arrays.
 .PP
 The macros described here may evaluate their arguments multiple times
 unless otherwise specified.
 .PP
 The macros described here may evaluate their arguments multiple times
 unless otherwise specified.
index 1fee8359e6cfd06855ca1a53809f3efbf133be2b..7432de40021dc5f77c21a749c47162682fafb210 100644 (file)
@@ -85,15 +85,15 @@ This function is given three arguments: a pointer
 .I b
 to a line buffer structure; a pointer
 .I p
 .I b
 to a line buffer structure; a pointer
 .I p
- to a chunk of data to read; and the size
+to a chunk of data to read; and the size
 .I sz
 of the chunk of data.  The data is pushed through the line buffer and
 any complete lines are passed on to the line handler.
 .PP
 The complex interface is the pair of functions
 .I sz
 of the chunk of data.  The data is pushed through the line buffer and
 any complete lines are passed on to the line handler.
 .PP
 The complex interface is the pair of functions
-.I lbuf_free
+.B lbuf_free
 and
 and
-.IR lbuf_flush .
+.BR lbuf_flush .
 .PP
 The 
 .B lbuf_free
 .PP
 The 
 .B lbuf_free
@@ -135,7 +135,7 @@ each one in turn to the line-handler function.
 The
 .B lbuf_snarf
 function is trivially implemented in terms of the more complex
 The
 .B lbuf_snarf
 function is trivially implemented in terms of the more complex
-.B lbuf_free / lbuf_flush
+.BR lbuf_free / lbuf_flush
 interface.
 .SS "Line breaking"
 The line buffer considers a line to end with either a simple linefeed
 interface.
 .SS "Line breaking"
 The line buffer considers a line to end with either a simple linefeed
@@ -156,7 +156,7 @@ the address
 of the line which has just been read, and the pointer
 .I p
 which was set up in the call to
 of the line which has just been read, and the pointer
 .I p
 which was set up in the call to
-.B lbuf_init .
+.BR lbuf_init .
 The line passed is null-terminated, and has had its trailing newline
 stripped.  The area of memory in which the string is located may be
 overwritten by the line-handler function, although writing beyond the
 The line passed is null-terminated, and has had its trailing newline
 stripped.  The area of memory in which the string is located may be
 overwritten by the line-handler function, although writing beyond the