Skip to content

Commit 0342bfe

Browse files
committed
Fix funciton name in docs
1 parent 1a955ac commit 0342bfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/libbson/doc/bson_alloc_array.rst renamed to src/libbson/doc/bson_array_alloc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
:man_page: bson_alloc_array
1+
:man_page: bson_array_alloc
22

3-
bson_alloc_array()
3+
bson_array_alloc()
44
==================
55

66
Synopsis
@@ -9,7 +9,7 @@ Synopsis
99
.. code-block:: c
1010
1111
void *
12-
bson_alloc_array (size_t type_size, size_t num_elems);
12+
bson_array_alloc (size_t type_size, size_t num_elems);
1313
1414
Parameters
1515
----------

src/libbson/doc/bson_alloc_array0.rst renamed to src/libbson/doc/bson_array_alloc0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
:man_page: bson_alloc_array0
1+
:man_page: bson_array_alloc0
22

3-
bson_alloc_array0()
3+
bson_array_alloc0()
44
===================
55

66
Synopsis
@@ -9,7 +9,7 @@ Synopsis
99
.. code-block:: c
1010
1111
void *
12-
bson_alloc_array0 (size_t type_size, size_t num_elems);
12+
bson_array_alloc0 (size_t type_size, size_t num_elems);
1313
1414
Parameters
1515
----------

0 commit comments

Comments
 (0)