]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Fix a syntax error.
authorRical Jasan <ricaljasan@pacific.net>
Fri, 16 Feb 2018 16:21:47 +0000 (08:21 -0800)
committerRical Jasan <ricaljasan@pacific.net>
Fri, 16 Feb 2018 16:21:47 +0000 (08:21 -0800)
The opening parenthesis for function arguments in an @deftypefun need
to be separated from the function name.  This isn't just a matter of
the GNU coding style---it causes the "(void" (in this case) to be
rendered as a part of the function name, causing a visual defect, and
also results in a warning to the following effect during `make pdf':

  Warning: unbalanced parentheses in @def...)

* manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
syntax.

(cherry picked from commit 16efad5171ac1ac2c8728405f2703045f08c494b)

ChangeLog
manual/platform.texi

index abbcc70ebb01fe086ea8de61f890cca1b484c88d..8eb60784859d52fd59e586517174959f7c5cfbee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-16  Rical Jasan  <ricaljasan@pacific.net>
+
+       * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
+       syntax.
+
 2018-02-09  Rical Jasan  <ricaljasan@pacific.net>
 
        * manual/creature.texi: Convert references to gcc.info to gcc.
index b8721a071272151e651f07a934ac930f5208e6e7..504addc956086820f006067bf257ae9aa56e4a20 100644 (file)
@@ -123,7 +123,7 @@ when it is not allowed, the priority is set to medium.
 Cache management facilities specific to RISC-V systems that implement the Linux
 ABI are declared in @file{sys/cachectl.h}.
 
-@deftypefun {void} __riscv_flush_icache(void *@var{start}, void *@var{end}, unsigned long int @var{flags})
+@deftypefun {void} __riscv_flush_icache (void *@var{start}, void *@var{end}, unsigned long int @var{flags})
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 Enforce ordering between stores and instruction cache fetches.  The range of
 addresses over which ordering is enforced is specified by @var{start} and