diff options
author | Richard Kreuter <richard@10gen.com> | 2010-02-08 13:57:59 -0500 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2010-02-08 13:57:59 -0500 |
commit | aa703d372f2ef617e01c561c2688db4821b87efa (patch) | |
tree | 3a4cdd9fdf36bb0aa8d4a0e10b449f7a9cc5b07a /debian/mongod.1 | |
parent | b4fe153800f7cc65825607af5cd4e4216aff8808 (diff) | |
download | mongo-aa703d372f2ef617e01c561c2688db4821b87efa.tar.gz |
Merge Debian changes from Antonin Kral.
Diffstat (limited to 'debian/mongod.1')
-rw-r--r-- | debian/mongod.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/mongod.1 b/debian/mongod.1 new file mode 100644 index 00000000000..7b863590584 --- /dev/null +++ b/debian/mongod.1 @@ -0,0 +1,16 @@ +.\" Documentation for the MongoDB shell +.TH MONGOD "1" "June 2009" "10gen" "Mongo Database" +.SH "NAME" +mongod \- the Mongo Daemon +.SH "SYNOPSIS" +.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. +.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. +.SH "AUTHOR" +Antonin Kral |