[Lsb-messages] /var/www/bzr/lsb/devel/lsbspec r3809: fix typo in sysconf page (bug 3546)

Mats Wichmann mats at linuxfoundation.org
Sat May 19 13:11:30 UTC 2012


------------------------------------------------------------
revno: 3809
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Sat 2012-05-19 07:11:30 -0600
message:
  fix typo in sysconf page (bug 3546)
added:
  errata/errata_40/2825-pango.txt
  errata/errata_41/2825-pango.txt
  errata/errata_41/3546-libc.txt
modified:
  LSB/generic/baselib/baselib.sgml
  LSB/generic/baselib/sysconf.sgml
-------------- next part --------------
=== modified file 'LSB/generic/baselib/baselib.sgml'
--- a/LSB/generic/baselib/baselib.sgml	2012-05-18 14:40:16 +0000
+++ b/LSB/generic/baselib/baselib.sgml	2012-05-19 13:11:30 +0000
@@ -30365,7 +30365,7 @@
 <para>
 While this specification only requires conformance with
 <xref LINKEND=STD.SUSv3>, implementations are not constrained
-from moving on and claiming conformance with a susequent edition,
+from moving on and claiming conformance with a subsequent edition,
 <xref LINKEND=STD.SUSv4>.  Thus for run-time checks using
 <function>sysconf</function>, the wording is amended to allow
 return values of 

=== modified file 'LSB/generic/baselib/sysconf.sgml'
--- a/LSB/generic/baselib/sysconf.sgml	2011-02-07 18:23:40 +0000
+++ b/LSB/generic/baselib/sysconf.sgml	2012-05-19 13:11:30 +0000
@@ -62,7 +62,7 @@
 <para>
 While this specification only requires conformance with
 <xref LINKEND=STD.SUSv3>, implementations are not constrained
-from moving on and claiming conformance with a susequent edition,
+from moving on and claiming conformance with a subsequent edition,
 <xref LINKEND=STD.SUSv4>.  Thus for run-time checks using
 <function>sysconf</function>, the wording is amended to allow
 return values of 

=== added file 'errata/errata_40/2825-pango.txt'
--- a/errata/errata_40/2825-pango.txt	1970-01-01 00:00:00 +0000
+++ b/errata/errata_40/2825-pango.txt	2012-05-19 13:11:30 +0000
@@ -0,0 +1,34 @@
+Specification: LSB Desktop generic
+Edition of Specification: 4.0
+Type: Error
+Status: Unapproved
+Bug reference: http://bugs.linuxbase.org/show_bug.cgi?id=2825
+
+Rationale: the pango_log2vis_get_embedding_levels function was specified
+with an incorrect prototype, with both an incorrect return type and
+an incorrect number of parameters.
+
+
+In LSB Desktop generic:
+
+In 16.14. Data Definitions for libpango-1.0:
+
+In 16.14.1. pango-1.0/pango/pango-utils.h
+
+Change:
+
+extern gboolean pango_log2vis_get_embedding_levels(gunichar * text,
+                                                   gint length,
+                                                   PangoDirection *
+                                                   pbase_dir, guint8 *);
+
+To:
+
+extern guint8 *pango_log2vis_get_embedding_levels(const gchar * text,
+                                                  int length,
+                                                  PangoDirection *
+                                                  pbase_dir);
+
+
+
+

=== added file 'errata/errata_41/2825-pango.txt'
--- a/errata/errata_41/2825-pango.txt	1970-01-01 00:00:00 +0000
+++ b/errata/errata_41/2825-pango.txt	2012-05-19 13:11:30 +0000
@@ -0,0 +1,34 @@
+Specification: LSB Desktop generic
+Edition of Specification: 4.1
+Type: Error
+Status: Unapproved
+Bug reference: http://bugs.linuxbase.org/show_bug.cgi?id=2825
+
+Rationale: the pango_log2vis_get_embedding_levels function was specified
+with an incorrect prototype, with both an incorrect return type and
+an incorrect number of parameters.
+
+
+In LSB Desktop generic:
+
+In 16.14. Data Definitions for libpango-1.0:
+
+In 16.14.1. pango-1.0/pango/pango-utils.h
+
+Change:
+
+extern gboolean pango_log2vis_get_embedding_levels(gunichar * text,
+                                                   gint length,
+                                                   PangoDirection *
+                                                   pbase_dir, guint8 *);
+
+To:
+
+extern guint8 *pango_log2vis_get_embedding_levels(const gchar * text,
+                                                  int length,
+                                                  PangoDirection *
+                                                  pbase_dir);
+
+
+
+

=== added file 'errata/errata_41/3546-libc.txt'
--- a/errata/errata_41/3546-libc.txt	1970-01-01 00:00:00 +0000
+++ b/errata/errata_41/3546-libc.txt	2012-05-19 13:11:30 +0000
@@ -0,0 +1,22 @@
+Specification: LSB Core generic
+Edition of Specification: 4.1
+Type: Typo
+Status: Unapproved
+Bug reference: http://bugs.linuxbase.org/show_bug.cgi?id=3546
+
+Rationale: the word subsequent was misspelled susequent.
+
+In LSB Core generic:
+
+In 12.5. Interface Definitions for libc
+
+In section sysconf
+
+Replace
+
+   susequent edition, POSIX 1003.1-2008 (ISO/IEC 9945-2009). Thus
+
+with
+
+   subsequent edition, POSIX 1003.1-2008 (ISO/IEC 9945-2009). Thus
+



More information about the lsb-messages mailing list