Rename "User's Guide" to "Command Guide" to be consistent with current scheme.
llvm-svn: 13580
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index 8f2f9ce6..363d9f2 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/docs/CommandGuide/Makefile
@@ -13,7 +13,7 @@
--podpath=. --noindex --infile=$< --outfile=$@
man/man1/%.1: %.pod
- pod2man --release=1.3 --center="LLVM User's Guide" $< $@
+ pod2man --release=1.3 --center="LLVM Command Guide" $< $@
ps/%.ps: man/man1/%.1
groff -Tps -man $< > $@