chiark / gitweb /
Minor typo fixes.
authormdw <mdw>
Sun, 8 Oct 2000 09:43:11 +0000 (09:43 +0000)
committermdw <mdw>
Sun, 8 Oct 2000 09:43:11 +0000 (09:43 +0000)
man/darray.3

index 3b796b1f3ad0858c4ed1724d9b16c795c580b09d..1a8336ce4d15c2b352b653c86f62d3be2558f13d 100644 (file)
@@ -129,7 +129,7 @@ The macro
 is a valid static initializer for all types of dynamic arrays.  For
 cases where this isn't appropriate, a dynamic array may be initialized
 using the macro
 is a valid static initializer for all types of dynamic arrays.  For
 cases where this isn't appropriate, a dynamic array may be initialized
 using the macro
-.BR DA_INIT ,
+.BR DA_CREATE ,
 passing it the address of the array.
 .PP
 Arrays may be disposed of using the
 passing it the address of the array.
 .PP
 Arrays may be disposed of using the
@@ -179,7 +179,7 @@ is the base address of the actual array.  The elements are stored
 contiguously starting at this address.  An element at index
 .I i
 may be referenced using the syntax
 contiguously starting at this address.  An element at index
 .I i
 may be referenced using the syntax
-.BI DA( a )[ i \fR.
+.BI DA( a )[ i ]\fR.
 .PP
 The number of elements in the array
 .I a
 .PP
 The number of elements in the array
 .I a