]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Oct 1999 15:26:17 +0000 (15:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Oct 1999 15:26:17 +0000 (15:26 +0000)
1999-10-05  Andreas Jaeger  <aj@suse.de>

* manual/message.texi (The message catalog files): Fix description
to match gencat implementation and Unix98: Message fields are
separated by a single blank space.

1999-10-05  Andreas Jaeger  <aj@suse.de>

* manual/string.texi (Search Functions): Add missing end for
memrchr description.

ChangeLog
manual/message.texi
manual/string.texi

index 64e224aac5dd6645ce944128e7e0211f84248669..d68c22a970658fb7be0955b46f0a905a11d8efc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-10-05  Andreas Jaeger  <aj@suse.de>
+
+       * manual/message.texi (The message catalog files): Fix description
+       to match gencat implementation and Unix98: Message fields are
+       separated by a single blank space.
+
+1999-10-05  Andreas Jaeger  <aj@suse.de>
+
+       * manual/string.texi (Search Functions): Add missing end for
+       memrchr description.
+
 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
 
        * malloc/memprof.sh: Various small cleanups.  Add short options.
index 8e12dc8f566d7e29a14ce9b6e8591b20ec083b38..294b9f0a778a8c01e36fa9ee5e53006efceed2f2 100644 (file)
@@ -374,7 +374,7 @@ be escaped using the backslash (i.e., @code{\"} must be written).
 @item
 Any other line must start with a number or an alphanumeric identifier
 (with the underscore character included).  The following characters
-(starting at the first non-whitespace character) will form the string
+(starting after the first whitespace character) will form the string
 which gets associated with the currently selected set and the message
 number represented by the number and identifier respectively.
 
@@ -390,10 +390,6 @@ identifiers will be explained below (@pxref{Common Usage}).  There is
 one limitation with the identifier: it must not be @code{Set}.  The
 reason will be explained below.
 
-Please note that you must use a quoting character if a message contains
-leading whitespace.  Since one cannot guarantee this never happens it is
-probably a good idea to always use quoting.
-
 The text of the messages can contain escape characters.  The usual bunch
 of characters known from the @w{ISO C} language are recognized
 (@code{\n}, @code{\t}, @code{\v}, @code{\b}, @code{\r}, @code{\f},
index 2d28dd2e479cc2626be5d189ee7dc4ca2d3ebea2..8d2a33ea1a6c120b9c186f7d0cc1ea36d10666a9 100644 (file)
@@ -1068,6 +1068,7 @@ located byte, or a null pointer if no match was found.
 The function @code{memrchr} is like @code{memchr}, except that it searches
 backwards from the end of the block defined by @var{block} and @var{size}
 (instead of forwards from the front).
+@end deftypefun
 
 @comment string.h
 @comment ISO
This page took 0.055628 seconds and 5 git commands to generate.