From d0053e2e04b82ba280e6bffb9168ae9468eb9788 Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 20 Jan 2001 11:47:03 +0000 Subject: [PATCH] Typo fixes. --- man/darray.3 | 4 ++-- man/lbuf.3 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/darray.3 b/man/darray.3 index 1a8336c..69a3239 100644 --- a/man/darray.3 +++ b/man/darray.3 @@ -94,8 +94,8 @@ darray \- dense, dynamically resizing arrays .SH "DESCRIPTION" The .B -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. diff --git a/man/lbuf.3 b/man/lbuf.3 index 1fee835..7432de4 100644 --- a/man/lbuf.3 +++ b/man/lbuf.3 @@ -85,15 +85,15 @@ This function is given three arguments: a pointer .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 lbuf_free +.B lbuf_free and -.IR lbuf_flush . +.BR lbuf_flush . .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 -.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 @@ -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 -.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 -- 2.11.0