docs: Add missing newline and remove extra one

This commit is contained in:
James Shubin
2017-02-16 01:11:53 -05:00
parent 9c4e255994
commit 55290dd1e3
2 changed files with 1 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new # Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile %: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

View File

@@ -1,6 +1,5 @@
# Prometheus support # Prometheus support
Mgmt comes with a built-in prometheus support. It is disabled by default, and Mgmt comes with a built-in prometheus support. It is disabled by default, and
can be enabled with the `--prometheus` command line switch. can be enabled with the `--prometheus` command line switch.