From 0ac90c5a98030c998f3e1db3a0d7f19d4630b6b6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 17 Dec 2013 16:00:22 -0800 Subject: [PATCH] autoupdate --- doc/gnu-oids.texi | 6 ++++-- doc/standards.texi | 11 ++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/gnu-oids.texi b/doc/gnu-oids.texi index eb26576db..761936e84 100644 --- a/doc/gnu-oids.texi +++ b/doc/gnu-oids.texi @@ -7,8 +7,7 @@ @c notice and this notice are preserved. @c @c When adding new OIDs, please add them also to -@c http://www.alvestrand.no/objectid/ (except it gets an internal -@c server error, so never mind) +@c http://www.alvestrand.no/objectid/ @c (Our page is http://www.alvestrand.no/objectid/1.3.6.1.4.1.11591.html.) 1.3.6.1.4.1.11591 GNU @@ -35,6 +34,9 @@ @c Added 2010-07-02 on request from Sergey Poznyakoff 1.3.6.1.4.1.11591.8 GNU Dico +@c Added 2013-12-17 on request from Sergey Poznyakoff +1.3.6.1.4.1.11591.9 GNU Rush + 1.3.6.1.4.1.11591.12 digestAlgorithm 1.3.6.1.4.1.11591.12.2 TIGER/192 diff --git a/doc/standards.texi b/doc/standards.texi index e950b223d..c86ad42d7 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 13, 2013 +@set lastupdate December 17, 2013 @c %**end of header @dircategory GNU organization @@ -2289,8 +2289,8 @@ Print the version number. @cindex X.509 The OID (object identifier) 1.3.6.1.4.1.11591 has been assigned to the -GNU Project (thanks to Werner Koch). These are used for SNMP, LDAP, -X.509 certificates, and so on. The web site +GNU Project (thanks to Sergey Poznyakoff). These are used for SNMP, +LDAP, X.509 certificates, and so on. The web site @url{http://www.alvestrand.no/objectid} has a (voluntary) listing of many OID assignments. @@ -2372,6 +2372,11 @@ when writing GNU software. @section Formatting Your Source Code @cindex formatting source code +@cindex line length +@cindex length of source lines +Please keep the length of source lines to 79 characters or less, for +maximum readability in the widest range of environments. + @cindex open brace @cindex braces, in C source @cindex function definitions, formatting -- 2.11.0