diff --git a/README b/README
index f24b4efe3..6440272ad 100644
--- a/README
+++ b/README
@@ -414,6 +414,28 @@ For further documentation, see the `pandoc(1)` man page.
     `perl,numberLines` or `haskell`. Multiple classes may be separated
     by spaces or commas.
 
+`--bibliography`*=FILE*
+:   specifies bibliography database to be used in resolving
+    citations. The database type will be determined from the
+    extension of *FILE*, which may be `.xml` (MODS format),
+    `.bib` (BibTeX format), or `.json` (citeproc JSON).
+
+`--csl`*=FILE*
+:   specifies [CSL] style to be used in formatting citations and
+    the bibliography. If *FILE* is not found, pandoc will look
+    for it in
+
+        $HOME/.csl
+
+    in unix and
+
+        C:\Documents And Settings\USERNAME\Application Data\csl
+
+    in Windows. If the `--csl` option is not specified, pandoc
+    will use a default style:  either `default.csl` in the
+    user data directory (see `--data-dir`), or, if that is
+    not present, the Chicago author-date style.
+
 `--data-dir`*=directory*
 :   specifies the user data directory to search for pandoc data files.
     If this option is not specified, the default user data directory
@@ -469,6 +491,7 @@ For further documentation, see the `pandoc(1)` man page.
 [gladTeX]:  http://www.math.uio.no/~martingu/gladtex/index.html
 [mimeTeX]: http://www.forkosh.com/mimetex.html 
 [Dublin Core elements]: http://dublincore.org/documents/dces/
+[CSL]: http://CitationStyles.org
 
 Templates
 =========
@@ -1288,6 +1311,11 @@ LaTeX, not as markdown.
 Inline LaTeX is ignored in output formats other than Markdown, LaTeX,
 and ConTeXt.
 
+Citations
+---------
+
+
+
 Producing HTML slide shows with Pandoc
 ======================================
 
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index 3fbd4b76f..80acdb678 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -90,7 +90,7 @@ packages are not included in your latex setup, they can be obtained from
 
     in unix and
 
-        C:\Documents And Settings\USERNAME\Applicaiton Data\csl
+        C:\Documents And Settings\USERNAME\Application Data\csl
 
     in Windows. If the `--csl` option is not specified, pandoc
     will use a default style:  either `default.csl` in the
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index a18b5e83f..f6cb7e3a6 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -283,7 +283,7 @@ should pipe input and output through `iconv`:
 
     in unix and
 
-        C:\Documents And Settings\USERNAME\Applicaiton Data\csl
+        C:\Documents And Settings\USERNAME\Application Data\csl
 
     in Windows. If the `--csl` option is not specified, pandoc
     will use a default style:  either `default.csl` in the