Skip to content

Commit

Permalink
SERVER-8674 Remove literal mentions of wiki from comments, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrassi committed Mar 1, 2013
1 parent f7dfdd3 commit 117f00f
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion debian/bsondump.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ type of output: json,debug
.PP
Copyright 2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at
For more information, please refer to the MongoDB manual, available at
http://www.mongodb.org.
2 changes: 1 addition & 1 deletion debian/mongo.1
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ specify password of user
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
4 changes: 2 additions & 2 deletions debian/mongod.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ mongod \- the Mongo Daemon
.SH "DESCRIPTION"
.PP
\fBmongod\fR
is a core MongoDB daemon. You are not supposed to call it directly, please refer to the wiki if necessary.
is a core MongoDB daemon. You are not supposed to call it directly, please refer to the manual if necessary.
.SH "COPYRIGHT"
.PP
Copyright 2007\-2009 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Antonin Kral
2 changes: 1 addition & 1 deletion debian/mongodump.1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ try to recover a crashed database (needs \-\-dbpath)
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
2 changes: 1 addition & 1 deletion debian/mongoexport.1
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ output file, if not specified, stdout is used
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
2 changes: 1 addition & 1 deletion debian/mongofiles.1
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ Remove other files with the same name after PUT
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
2 changes: 1 addition & 1 deletion debian/mongoimport.1
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ load a json array, not one item per line. Currently limited to 16MB.
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
2 changes: 1 addition & 1 deletion debian/mongorestore.1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ replay oplog for point-in-time restore
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
2 changes: 1 addition & 1 deletion debian/mongos.1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ allow JSONP access via http (has security implications)
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at
For more information, please refer to the MongoDB manual, available at
http://www.mongodb.org.
.SH "AUTHOR"
Kristina Chodorow
2 changes: 1 addition & 1 deletion debian/mongosniff.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ show usage information
.PP
Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
For more information, please refer to the MongoDB manual, available at http://www.mongodb.org.
.SH "AUTHOR"
Antonin Kral
2 changes: 1 addition & 1 deletion debian/mongostat.1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ number of open connections
.PP
Copyright 2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at
For more information, please refer to the MongoDB manual, available at
http://www.mongodb.org.
.SH "AUTHOR"
Eliot Horowitz
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Building MongoDB
SCONS
---------------

For detail information about building, please see [the wiki](http://dochub.mongodb.org/core/building).
For detail information about building, please see [the manual](http://dochub.mongodb.org/core/building).

If you want to build everything (mongod, mongo, tools, etc):

Expand Down
2 changes: 1 addition & 1 deletion src/mongo/client/dbclientinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ namespace mongo {
@param unique if true, indicates that key uniqueness should be enforced for this index
@param name if not specified, it will be created from the keys automatically (which is recommended)
@param cache if set to false, the index cache for the connection won't remember this call
@param background build index in the background (see mongodb docs/wiki for details)
@param background build index in the background (see mongodb docs for details)
@param v index version. leave at default value. (unit tests set this parameter.)
@param ttl. The value of how many seconds before data should be removed from a collection.
@return whether or not sent message to db.
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/db/matcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace mongo {
e.g.
db.foo.find( { a : 3 } );
{ a : 3 } is the pattern object. See wiki documentation for full info.
{ a : 3 } is the pattern object. See manual for full info.
GT/LT:
{ a : { $gt : 3 } }
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/db/namespace_details.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace mongo {
int idxNo(const IndexDetails& idx);

/* multikey indexes are indexes where there are more than one key in the index
for a single document. see multikey in wiki.
for a single document. see multikey in docs.
for these, we have to do some dedup work on queries.
*/
bool isMultikey(int i) const { return (multiKeyIndexBits & (((unsigned long long) 1) << i)) != 0; }
Expand Down
18 changes: 9 additions & 9 deletions src/mongo/db/pipeline/document_source.h
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,9 @@ namespace mongo {
This is used after filter analysis has moved as many filters to
as early a point as possible in the document processing pipeline.
See db/Matcher.h and the associated wiki documentation for the
format. This conversion is used to move back to the low-level
find() Cursor mechanism.
See db/Matcher.h and the associated documentation for the format.
This conversion is used to move back to the low-level find()
Cursor mechanism.
@param pBuilder the builder to write to
*/
Expand Down Expand Up @@ -576,9 +576,9 @@ namespace mongo {
This is used after filter analysis has moved as many filters to
as early a point as possible in the document processing pipeline.
See db/Matcher.h and the associated wiki documentation for the
format. This conversion is used to move back to the low-level
find() Cursor mechanism.
See db/Matcher.h and the associated documentation for the format.
This conversion is used to move back to the low-level find()
Cursor mechanism.
@param pBuilder the builder to write to
*/
Expand Down Expand Up @@ -739,9 +739,9 @@ namespace mongo {
This is used after filter analysis has moved as many filters to
as early a point as possible in the document processing pipeline.
See db/Matcher.h and the associated wiki documentation for the
format. This conversion is used to move back to the low-level
find() Cursor mechanism.
See db/Matcher.h and the associated documentation for the format.
This conversion is used to move back to the low-level find()
Cursor mechanism.
@param pBuilder the builder to write to
*/
Expand Down

0 comments on commit 117f00f

Please sign in to comment.