From c1931f0296836ae0555601ae29d3da4ea2d77665 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Fri, 10 Apr 2015 19:51:17 +0200 Subject: [PATCH] Minor doc fixes --- doc/Makefile | 1 + doc/xca.sgml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index aaf06a8e..fce4acf6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,6 +9,7 @@ doc: xca.1.gz xca_db_stat.1.gz xca.html include $(TOPDIR)/Rules.mak %.1.gz: %.1 + @$(PRINT) " MAN [$(BASENAME)] $@" gzip -9 <$^ >$@ xca.html: xca.sgml diff --git a/doc/xca.sgml b/doc/xca.sgml index cc4f06fb..40c28f8e 100644 --- a/doc/xca.sgml +++ b/doc/xca.sgml @@ -865,7 +865,7 @@ following formats may be selected: DER private the private key in binary DER format PEM encrypted the private key in PEM format with an OpenSSL specific extensions for encryption - PKCS#8 unencrypted the private key unencrypted in PKCS#8 format + PKCS#8 unencrypted the private key unencrypted in PKCS#8 format The filename is the internal name plus a pem, der, pk8 or pub suffix.