gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards ChangeLog standards.texi


From: karl
Subject: gnustandards ChangeLog standards.texi
Date: Wed, 19 Mar 2014 17:49:24 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     karl <karl>     14/03/19 17:49:24

Modified files:
        .              : ChangeLog standards.texi 

Log message:
        standards: use @indicateurl; maintain: use full name for web pages repo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.189&r2=1.190
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.234&r2=1.235

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- ChangeLog   19 Mar 2014 17:28:26 -0000      1.189
+++ ChangeLog   19 Mar 2014 17:49:23 -0000      1.190
@@ -1,3 +1,13 @@
+2014-03-19  Ineiev  <address@hidden>  (tiny change)
+
+       * standards.texi (Command-Line Interfaces): use @indicateurl
+       for the example.org url.  From Ineiev (tiny change).
+
+2014-03-19  Karl Berry  <address@hidden>
+
+       * maintain.texi (Hosting for Web Pages): correct name to
+       ``web pages repository'' for the Savannah feature.
+       
 2014-03-19  Richard Stallman  <address@hidden>
 
        * maintain.texi (GNU and Linux): Minor cleanup.

Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -b -r1.234 -r1.235
--- standards.texi      17 Dec 2013 23:58:52 -0000      1.234
+++ standards.texi      19 Mar 2014 17:49:24 -0000      1.235
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate December 17, 2013
address@hidden lastupdate March 19, 2014
 @c %**end of header
 
 @dircategory GNU organization
@@ -28,7 +28,7 @@
 
 Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-2011, 2012, 2013 Free Software Foundation, Inc.
+2011, 2012, 2013, 2014 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
@@ -923,7 +923,7 @@
 All programs should support two standard options: @samp{--version}
 and @samp{--help}.  CGI programs should accept these as command-line
 options, and also if given as the @env{PATH_INFO}; for instance,
-visiting @url{http://example.org/p.cgi/--help} in a browser should
+visiting @indicateurl{http://example.org/p.cgi/--help} in a browser should
 output the same information as invoking @samp{p.cgi --help} from the
 command line.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]