This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi! On Fri, 24 May 2013 15:30:24 -0300, Adhemerval Zanella <azanella@linux.vnet.ibm.com> wrote: > Thanks for the review, I correct it and pushed as d116b7c414c8239b677e341ac517745db689ac2d That commit made @deftypefun begin/end marker unbalanced: LANGUAGE=C LC_ALL=C makeinfo -P [...]/manual/ --output=[...]/manual/libc.info libc.texinfo [...]/manual//platform.texi:56: No matching `@end deftypefun'. makeinfo: Removing output file `[...]/manual/libc.info' due to errors; use --force to preserve. make[2]: *** [[...]/manual/libc.info] Error 1 Pushed as obvious as commit 2b66ef5d55325b2957d6c62908ca065228e56814: * manual/platform.texi: Add missing @end deftypefun. diff --git manual/platform.texi manual/platform.texi index f1a40d6..99f4675 100644 --- manual/platform.texi +++ manual/platform.texi @@ -57,6 +57,7 @@ Provide a hint that performance will probably be improved if shared resources dedicated to the executing processor are released until all outstanding storage accesses to cacheable storage for which the data is not in the cache have been completed. +@end deftypefun @deftypefun {void} __ppc_set_ppr_med (void) Set the Program Priority Register to medium value (default). GrÃÃe, Thomas
Attachment:
pgpiy9LtApV7x.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |