From 1424298fee7051224352dacc3f96bdb2f4bfe7db Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Jan 2011 16:41:34 -0800 Subject: [PATCH] autoupdate --- doc/maintain.texi | 7 ++++--- doc/standards.texi | 12 ++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/maintain.texi b/doc/maintain.texi index 3f5571ae1..08657cda5 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -5,7 +5,7 @@ @c For double-sided printing, uncomment: @c @setchapternewpage odd @c This date is automagically updated when you save this file: -@set lastupdate January 14, 2011 +@set lastupdate January 20, 2011 @c %**end of header @dircategory GNU organization @@ -1400,7 +1400,8 @@ maintain the web pages at @url{http://www.gnu.org} for your project @item In the @samp{My Account Conf} page on @code{savannah}, upload the GPG key you will use to sign your packages. If you haven't created one -before, you can do so with the command @code{gpg --gen-key}. +before, you can do so with the command @code{gpg --gen-key} (you can +accept all the default answers to its questions). Optional but recommended: Send your key to a GPG public key server: @code{gpg --keyserver keys.gnupg.net --send-keys @var{keyid}}, where @@ -1715,7 +1716,7 @@ useful to mention the mirror list at redirect to a nearby mirror. @item -The NEWS (@pxref{NEWS File,,, standards, GNU Coding Standards}) for +The @t{NEWS} (@pxref{NEWS File,,, standards, GNU Coding Standards}) for the present release. @end itemize diff --git a/doc/standards.texi b/doc/standards.texi index 99d76f034..8101989b9 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -3,7 +3,7 @@ @setfilename standards.info @settitle GNU Coding Standards @c This date is automagically updated when you save this file: -@set lastupdate September 9, 2010 +@set lastupdate January 27, 2011 @c %**end of header @dircategory GNU organization @@ -27,8 +27,8 @@ The GNU coding standards, last updated @value{lastupdate}. Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -Foundation, Inc. +2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -703,7 +703,11 @@ fd = open (filename, O_WRONLY | O_CREAT | O_EXCL, 0600); @noindent or by using the @code{mkstemps} function from libiberty. -In bash, use @code{set -C} to avoid this problem. +In bash, use @code{set -C} (long name @code{noclobber}) to avoid this +problem. In addition, the @code{mktemp} utility is a more general +solution for creating temporary files from shell scripts +(@pxref{mktemp invocation,,, coreutils, GNU Coreutils}). + @node Libraries @section Library Behavior -- 2.11.0