From c6917d73457a105f3e5080d8c6ee4f250f06864c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 12 Dec 2012 19:09:16 +0100 Subject: use ECHO_N --- doc/Makefile.am | 26 +++++++++++----------- doc/invoke-danetool.texi | 4 ++-- doc/invoke-gnutls-cli-debug.texi | 2 +- doc/invoke-gnutls-cli.texi | 2 +- doc/invoke-gnutls-serv.texi | 2 +- doc/invoke-ocsptool.texi | 2 +- doc/invoke-psktool.texi | 2 +- doc/invoke-srptool.texi | 2 +- doc/invoke-tpmtool.texi | 2 +- doc/manpages/Makefile.am | 48 ++++++++++++++++++++-------------------- doc/manpages/tpmtool.1 | 4 ++-- 11 files changed, 48 insertions(+), 48 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 881b86fe1c..1dc3088e62 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -214,7 +214,7 @@ MAINTAINERCLEANFILES += gnutls-api.texi x509-api.texi pgp-api.texi \ gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/gnutls.h.in|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -225,7 +225,7 @@ gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in dane-api.texi: $(top_srcdir)/libdane/includes/gnutls/dane.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$^|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -236,7 +236,7 @@ dane-api.texi: $(top_srcdir)/libdane/includes/gnutls/dane.h x509-api.texi: $(top_srcdir)/lib/includes/gnutls/x509.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/x509.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -247,7 +247,7 @@ x509-api.texi: $(top_srcdir)/lib/includes/gnutls/x509.h pgp-api.texi: $(top_srcdir)/lib/includes/gnutls/openpgp.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/openpgp.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -259,7 +259,7 @@ pgp-api.texi: $(top_srcdir)/lib/includes/gnutls/openpgp.h pkcs12-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs12.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs12.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -270,7 +270,7 @@ pkcs12-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs12.h pkcs11-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs11.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs11.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -281,7 +281,7 @@ pkcs11-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs11.h tpm-api.texi: $(top_srcdir)/lib/includes/gnutls/tpm.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/tpm.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -292,7 +292,7 @@ tpm-api.texi: $(top_srcdir)/lib/includes/gnutls/tpm.h abstract-api.texi: $(top_srcdir)/lib/includes/gnutls/abstract.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/abstract.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -303,7 +303,7 @@ abstract-api.texi: $(top_srcdir)/lib/includes/gnutls/abstract.h compat-api.texi: $(top_srcdir)/lib/includes/gnutls/compat.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/compat.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -314,7 +314,7 @@ compat-api.texi: $(top_srcdir)/lib/includes/gnutls/compat.h dtls-api.texi: $(top_srcdir)/lib/includes/gnutls/dtls.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/dtls.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -325,7 +325,7 @@ dtls-api.texi: $(top_srcdir)/lib/includes/gnutls/dtls.h crypto-api.texi: $(top_srcdir)/lib/includes/gnutls/crypto.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/crypto.h|sort|uniq`; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -336,7 +336,7 @@ crypto-api.texi: $(top_srcdir)/lib/includes/gnutls/crypto.h ocsp-api.texi: $(top_srcdir)/lib/includes/gnutls/ocsp.h echo "" > $@-tmp for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/ocsp.h|sort|uniq`; do \ - echo -n "Creating documentation for file $$i... " && \ + echo $(ECHO_N) "Creating documentation for file $$i... " && \ $(srcdir)/scripts/gdoc -texinfo \ -function $$i \ $(C_SOURCE_FILES) >> $@-tmp 2>/dev/null && \ @@ -385,7 +385,7 @@ alerts.texi: $(top_srcdir)/lib/gnutls_alert.c $(srcdir)/alert-printlist.c enums.texi: $(HEADER_FILES) echo "" > $@-tmp for i in $^; do \ - echo -n "Creating documentation for $$i... " && \ + echo $(ECHO_N) "Creating documentation for $$i... " && \ $(srcdir)/scripts/gdoc -texinfo $$i >> $@-tmp && \ echo "ok"; \ done diff --git a/doc/invoke-danetool.texi b/doc/invoke-danetool.texi index e03e609ff7..b2232f47a9 100644 --- a/doc/invoke-danetool.texi +++ b/doc/invoke-danetool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-danetool.texi) # -# It has been AutoGen-ed November 21, 2012 at 10:20:05 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:06:12 PM by AutoGen 5.16 # From the definitions ../src/danetool-args.def # and the template file agtexi-cmd.tpl @end ignore @@ -47,7 +47,7 @@ USAGE: danetool [ - [] | --[@{=| @}] ]... --load-pubkey=str Loads a public key file --load-certificate=str Loads a certificate file --hash=str Hash algorithm to use for signing. - --check=str Check DANE TLSA entry. + --check=str Check a host's DANE TLSA entry. --local-dns Use the local DNS server for DNSSEC resolving. - disabled as --no-local-dns --inder Use DER format for input certificates and private keys. diff --git a/doc/invoke-gnutls-cli-debug.texi b/doc/invoke-gnutls-cli-debug.texi index d86be71eac..dee362365c 100644 --- a/doc/invoke-gnutls-cli-debug.texi +++ b/doc/invoke-gnutls-cli-debug.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-cli-debug.texi) # -# It has been AutoGen-ed November 8, 2012 at 11:40:16 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:04:50 PM by AutoGen 5.16 # From the definitions ../src/cli-debug-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-gnutls-cli.texi b/doc/invoke-gnutls-cli.texi index c4e9a6856b..1cea498ae7 100644 --- a/doc/invoke-gnutls-cli.texi +++ b/doc/invoke-gnutls-cli.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-cli.texi) # -# It has been AutoGen-ed November 10, 2012 at 12:25:39 AM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:04:50 PM by AutoGen 5.16 # From the definitions ../src/cli-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-gnutls-serv.texi b/doc/invoke-gnutls-serv.texi index 29dad489f2..e4e47bbd71 100644 --- a/doc/invoke-gnutls-serv.texi +++ b/doc/invoke-gnutls-serv.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-serv.texi) # -# It has been AutoGen-ed November 8, 2012 at 11:40:16 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:04:50 PM by AutoGen 5.16 # From the definitions ../src/serv-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-ocsptool.texi b/doc/invoke-ocsptool.texi index c344dcdcf9..7d5f8d980a 100644 --- a/doc/invoke-ocsptool.texi +++ b/doc/invoke-ocsptool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-ocsptool.texi) # -# It has been AutoGen-ed November 8, 2012 at 11:40:17 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:06:09 PM by AutoGen 5.16 # From the definitions ../src/ocsptool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-psktool.texi b/doc/invoke-psktool.texi index 27f45a470a..381074560e 100644 --- a/doc/invoke-psktool.texi +++ b/doc/invoke-psktool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-psktool.texi) # -# It has been AutoGen-ed November 8, 2012 at 11:40:18 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:06:10 PM by AutoGen 5.16 # From the definitions ../src/psk-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-srptool.texi b/doc/invoke-srptool.texi index 3b19a4a64b..4539b0b8ba 100644 --- a/doc/invoke-srptool.texi +++ b/doc/invoke-srptool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-srptool.texi) # -# It has been AutoGen-ed November 8, 2012 at 11:40:17 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:04:50 PM by AutoGen 5.16 # From the definitions ../src/srptool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-tpmtool.texi b/doc/invoke-tpmtool.texi index bf8d7fc81a..93ea0c6db4 100644 --- a/doc/invoke-tpmtool.texi +++ b/doc/invoke-tpmtool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-tpmtool.texi) # -# It has been AutoGen-ed November 8, 2012 at 11:40:19 PM by AutoGen 5.16 +# It has been AutoGen-ed December 12, 2012 at 07:06:11 PM by AutoGen 5.16 # From the definitions ../src/tpmtool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 481af0f29a..d55471d5b5 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -907,7 +907,7 @@ compare-makefile: diff -u $(srcdir)/Makefile.am tmp-$@ stamp_mans: $(HEADER_FILES) - @echo -n "Creating man pages for gnutls.h..." && \ + @echo $(ECHO_N) "Creating man pages for gnutls.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/gnutls.h.in`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -918,10 +918,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for compat.h..." && \ + @echo $(ECHO_N) "Creating man pages for compat.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/compat.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -932,10 +932,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for dane.h..." && \ + @echo $(ECHO_N) "Creating man pages for dane.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/libdane/includes/gnutls/dane.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -946,10 +946,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for x509.h..." && \ + @echo $(ECHO_N) "Creating man pages for x509.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/x509.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -960,10 +960,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for ocsp.h..." && \ + @echo $(ECHO_N) "Creating man pages for ocsp.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/ocsp.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -974,10 +974,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for abstract.h..." && \ + @echo $(ECHO_N) "Creating man pages for abstract.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/abstract.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -988,10 +988,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for pkcs12.h..." && \ + @echo $(ECHO_N) "Creating man pages for pkcs12.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs12.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -1002,10 +1002,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for pkcs11.h..." && \ + @echo $(ECHO_N) "Creating man pages for pkcs11.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs11.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -1016,10 +1016,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for dtls.h..." && \ + @echo $(ECHO_N) "Creating man pages for dtls.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/dtls.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -1030,10 +1030,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for openpgp.h..." && \ + @echo $(ECHO_N) "Creating man pages for openpgp.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/openpgp.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -1044,10 +1044,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for crypto.h..." && \ + @echo $(ECHO_N) "Creating man pages for crypto.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/crypto.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -1058,10 +1058,10 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" - @echo -n "Creating man pages for tpm.h..." && \ + @echo $(ECHO_N) "Creating man pages for tpm.h..." && \ for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/tpm.h`; do \ $(top_srcdir)/doc/scripts/gdoc -man \ -module $(PACKAGE) -sourceversion $(VERSION) \ @@ -1072,7 +1072,7 @@ stamp_mans: $(HEADER_FILES) -copyright "2012 Free Software Foundation, Inc." \ -function $$i \ $(C_SOURCE_FILES) > $$i.3 2>/dev/null && \ - echo -n "."; \ + echo $(ECHO_N) "."; \ done @echo "" echo $@ > $@ diff --git a/doc/manpages/tpmtool.1 b/doc/manpages/tpmtool.1 index 455f1aa861..4ff4b2b7d9 100644 --- a/doc/manpages/tpmtool.1 +++ b/doc/manpages/tpmtool.1 @@ -1,8 +1,8 @@ -.TH tpmtool 1 "08 Nov 2012" "@VERSION@" "User Commands" +.TH tpmtool 1 "12 Dec 2012" "@VERSION@" "User Commands" .\" .\" DO NOT EDIT THIS FILE (tpmtool-args.man) .\" -.\" It has been AutoGen-ed November 8, 2012 at 11:35:17 PM by AutoGen 5.16 +.\" It has been AutoGen-ed December 12, 2012 at 07:04:47 PM by AutoGen 5.16 .\" From the definitions ../../src/tpmtool-args.def.tmp .\" and the template file agman-cmd.tpl .\" -- cgit v1.2.1