Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 17:43:52 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47661 - head/en_US.ISO8859-1/articles/committers-guide
Message-ID:  <201510251743.t9PHhqdj030568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk
Date: Sun Oct 25 17:43:52 2015
New Revision: 47661
URL: https://svnweb.freebsd.org/changeset/doc/47661

Log:
  Use gpg --full-gen-key to keep the example consistent gpg 2.1's behavior
  
  Update the displayed version and copyright year as well (manually).
  
  Submitted by:	lidl

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sun Oct 25 17:28:02 2015	(r47660)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sun Oct 25 17:43:52 2015	(r47661)
@@ -237,8 +237,8 @@ cert-digest-algo SHA512</programlisting>
 	<step>
 	  <para>Generate a key:</para>
 
-	  <screen>&prompt.user; <userinput>gpg --gen-key</userinput>
-gpg (GnuPG) 2.0.22; Copyright (C) 2013 Free Software Foundation, Inc.
+	  <screen>&prompt.user; <userinput>gpg --full-gen-key</userinput>
+gpg (GnuPG) 2.1.8; Copyright (C) 2015 Free Software Foundation, Inc.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510251743.t9PHhqdj030568>