https://gcc.gnu.org/g:e4b659e8acc5e2d46b64b31b2a822e73b1d7f800
commit r17-2437-ge4b659e8acc5e2d46b64b31b2a822e73b1d7f800 Author: Jose E. Marchesi <[email protected]> Date: Thu Jul 16 07:57:11 2026 +0200 a68: fix typo in ga68 manual section Creating Files gcc/algol68/ChangeLog * ga68.texi (POSIX files): Fix typo. Diff: --- gcc/algol68/ga68.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/algol68/ga68.texi b/gcc/algol68/ga68.texi index ab9a388ce736..f213e15bf481 100644 --- a/gcc/algol68/ga68.texi +++ b/gcc/algol68/ga68.texi @@ -3240,7 +3240,7 @@ Create a file with name @code{pathname}. The argument @code{mode} is a @code{@B{bits}} value containing a bit pattern that determines the permissions on the created file. The bit pattern has the form @code{8rUGO}, where @code{U} reflects the permissions of the user who -owns the file, @code{U} reflects the permissions of the users +owns the file, @code{G} reflects the permissions of the users pertaining to the file's group, and @code{O} reflects the permissions of all other users. The permission bits are 1 for execute, 2 for write and 4 for read. If the file is successfully created then this
