diff libinterp/corefcn/syscalls.cc @ 33054:1a6cb4552775 stable

doc: Force Texinfo to render a space after @w{} macro. * doc/interpreter/external.txi, doc/interpreter/install.txi, doc/interpreter/package.txi, doc/interpreter/testfun.txi, libinterp/corefcn/environment.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/interpreter.cc, libinterp/corefcn/nproc.cc, libinterp/corefcn/syscalls.cc, scripts/general/bitset.m, scripts/miscellaneous/mkoctfile.m, scripts/miscellaneous/version.m, scripts/path/matlabroot.m, scripts/plot/appearance/view.m: Use "@ " rather than a bare space " " after @w macro to prevent Texinfo gobbling up the whitespace.
author Rik <rik@octave.org>
date Tue, 20 Feb 2024 09:56:33 -0800
parents 2e484f9f1f18
children a0ea07a4c043
line wrap: on
line diff
--- a/libinterp/corefcn/syscalls.cc	Tue Feb 20 08:22:07 2024 -0800
+++ b/libinterp/corefcn/syscalls.cc	Tue Feb 20 09:56:33 2024 -0800
@@ -426,7 +426,7 @@
 
 @item F_SETFL
 Set the file status flags for @var{fid} to the value specified by @var{arg}.
- The only flags that can be changed are @w{@code{O_APPEND}} and
+The only flags that can be changed are @w{@code{O_APPEND}}@ and
 @w{@code{O_NONBLOCK}}.
 @end vtable
 
@@ -824,7 +824,7 @@
 @item mode
 File mode, as an integer.  Use the functions @w{@code{S_ISREG}},
 @w{@code{S_ISDIR}}, @w{@code{S_ISCHR}}, @w{@code{S_ISBLK}},
-@w{@code{S_ISFIFO}}, @w{@code{S_ISLNK}}, or @w{@code{S_ISSOCK}} to extract
+@w{@code{S_ISFIFO}}, @w{@code{S_ISLNK}}, or @w{@code{S_ISSOCK}}@ to extract
 information from this value.
 
 @item modestr