Skip to content

Commit 7b17392

Browse files
committed
read pref, write concern, log, init and index docs
Added a bunch more documentation
1 parent dc0dc3e commit 7b17392

File tree

51 files changed

+1094
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1094
-71
lines changed

doc/Makefile.include

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ MAN7 = \
99
$(top_srcdir)/doc/mongoc_gridfs.7 \
1010
$(top_srcdir)/doc/mongoc_gridfs_file.7 \
1111
$(top_srcdir)/doc/mongoc_gridfs_file_list.7 \
12-
$(top_srcdir)/doc/mongoc_uri.7
12+
$(top_srcdir)/doc/mongoc_read_prefs.7 \
13+
$(top_srcdir)/doc/mongoc_uri.7 \
14+
$(top_srcdir)/doc/mongoc_write_concern.7
1315

1416
MAN_DOC = $(MAN1) $(MAN3) $(MAN7)
1517

doc/mongoc_client_get_write_concern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The _mongoc_client_get_write_concern()_ function shall return a pointer to a
3434
linkmongoc:mongoc_write_concern[7].
3535

3636
The _mongoc_client_get_read_prefs()_ function shall return a pointer to a
37-
linkmongoc:mongoc_read_preference[7].
37+
linkmongoc:mongoc_read_prefs[7].
3838

3939
The _mongoc_client_set_write_concern()_ function shall copy the provided
4040
'write_concern' into the given 'client'.
@@ -56,7 +56,7 @@ No errors are defined.
5656
SEE ALSO
5757
--------
5858
linkmongoc:mongoc_client[7]
59-
linkmongoc:mongoc_read_preference[7]
59+
linkmongoc:mongoc_read_prefs[7]
6060
linkmongoc:mongoc_write_concern[7]
6161

6262

doc/mongoc_client_set_ssl_opts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ No errors are defined.
3535
SEE ALSO
3636
--------
3737
linkmongoc:mongoc_client[7]
38-
linkmongoc:mongoc_read_preference[7]
38+
linkmongoc:mongoc_read_prefs[7]
3939
linkmongoc:mongoc_write_concern[7]
4040
linkmongoc:mongoc_ssl[7]
4141

doc/mongoc_collection_aggregate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ through 'error'.
5959

6060
SEE ALSO
6161
--------
62-
linkmongoc:mongoc_read_preferences[7]
62+
linkmongoc:mongoc_read_prefs[7]
6363
http://docs.mongodb.org/manual/aggregation/
6464

6565

doc/mongoc_collection_count.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ errors are returned through 'error'
4545
SEE ALSO
4646
--------
4747
linkmongoc:mongoc_collection_find[3]
48-
linkmongoc:mongoc_read_preferences[7]
48+
linkmongoc:mongoc_read_prefs[7]
4949
http://docs.mongodb.org/manual/reference/operator/query/
5050

5151

doc/mongoc_collection_find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ errors are returned through 'error'
7373

7474
SEE ALSO
7575
--------
76-
linkmongoc:mongoc_read_preferences[7]
76+
linkmongoc:mongoc_read_prefs[7]
7777
http://docs.mongodb.org/manual/reference/operator/query/
7878

7979

doc/mongoc_collection_get_read_prefs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The _mongoc_collection_get_write_concern()_ function shall return a pointer to a
3838
linkmongoc:mongoc_write_concern[7].
3939

4040
The _mongoc_collection_get_read_prefs()_ function shall return a pointer to a
41-
linkmongoc:mongoc_read_preference[7].
41+
linkmongoc:mongoc_read_prefs[7].
4242

4343
The _mongoc_collection_set_write_concern()_ function shall copy the provided
4444
'write_concern' into the given 'collection'.
@@ -60,7 +60,7 @@ No errors are defined.
6060
SEE ALSO
6161
--------
6262
linkmongoc:mongoc_collection[7]
63-
linkmongoc:mongoc_read_preference[7]
63+
linkmongoc:mongoc_read_prefs[7]
6464
linkmongoc:mongoc_write_concern[7]
6565

6666

doc/mongoc_collection_insert.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ errors are returned through 'error'
5656

5757
SEE ALSO
5858
--------
59-
linkmongoc:mongoc_read_preferences[7]
59+
linkmongoc:mongoc_read_prefs[7]
6060
http://docs.mongodb.org/manual/reference/operator/query/
6161

6262

doc/mongoc_database_get_write_concern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The _mongoc_database_get_write_concern()_ function shall return a pointer to a
3838
linkmongoc:mongoc_write_concern[7].
3939

4040
The _mongoc_database_get_read_prefs()_ function shall return a pointer to a
41-
linkmongoc:mongoc_read_preference[7].
41+
linkmongoc:mongoc_read_prefs[7].
4242

4343
The _mongoc_database_set_write_concern()_ function shall copy the provided
4444
'write_concern' into the given 'database'.
@@ -60,7 +60,7 @@ No errors are defined.
6060
SEE ALSO
6161
--------
6262
linkmongoc:mongoc_database[7]
63-
linkmongoc:mongoc_read_preference[7]
63+
linkmongoc:mongoc_read_prefs[7]
6464
linkmongoc:mongoc_write_concern[7]
6565

6666

doc/mongoc_index_opt_get_default.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)