public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* Issue in man page getgrnam.3
@ 2023-11-01 14:02 Helge Kreutzmann
  2023-11-01 15:39 ` Alejandro Colomar
  0 siblings, 1 reply; 3+ messages in thread
From: Helge Kreutzmann @ 2023-11-01 14:02 UTC (permalink / raw)
  To: alx.manpages; +Cc: mario.blaettermann, linux-man

Without further ado, the following was found:

Issue:    NULL-terminated →  NUL-terminated

"struct group {\n"
"    char   *gr_name;        /* group name */\n"
"    char   *gr_passwd;      /* group password */\n"
"    gid_t   gr_gid;         /* group ID */\n"
"    char  **gr_mem;         /* NULL-terminated array of pointers\n"
"                               to names of group members */\n"
"};\n"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Issue in man page getgrnam.3
  2023-11-01 14:02 Issue in man page getgrnam.3 Helge Kreutzmann
@ 2023-11-01 15:39 ` Alejandro Colomar
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar @ 2023-11-01 15:39 UTC (permalink / raw)
  To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

On Wed, Nov 01, 2023 at 02:02:11PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
> 
> Issue:    NULL-terminated →  NUL-terminated

This one is also invalid.

Cheers,
Alex

> 
> "struct group {\n"
> "    char   *gr_name;        /* group name */\n"
> "    char   *gr_passwd;      /* group password */\n"
> "    gid_t   gr_gid;         /* group ID */\n"
> "    char  **gr_mem;         /* NULL-terminated array of pointers\n"
> "                               to names of group members */\n"
> "};\n"

-- 
<https://www.alejandro-colomar.es/>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Issue in man page getgrnam.3
@ 2025-08-24 14:48 Helge Kreutzmann
  0 siblings, 0 replies; 3+ messages in thread
From: Helge Kreutzmann @ 2025-08-24 14:48 UTC (permalink / raw)
  To: alx; +Cc: mario.blaettermann, linux-man

Without further ado, the following was found:

Issue:    B<…>size_t size → B<…size_t> I<size>

"B<int getgrnam_r(>size_t size;\n"
"B<               const char *restrict >I<name>B<, struct group *restrict >I<grp>B<,>\n"
"B<               char >I<buf>B<[restrict >I<size>B<], size_t >I<size>B<,>\n"
"B<               struct group **restrict >I<result>B<);>\n"
"B<int getgrgid_r(>size_t size;\n"
"B<               gid_t >I<gid>B<, struct group *restrict >I<grp>B<,>\n"
"B<               char >I<buf>B<[restrict >I<size>B<], size_t >I<size>B<,>\n"
"B<               struct group **restrict >I<result>B<);>\n"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-24 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01 14:02 Issue in man page getgrnam.3 Helge Kreutzmann
2023-11-01 15:39 ` Alejandro Colomar
  -- strict thread matches above, loose matches on Subject: below --
2025-08-24 14:48 Helge Kreutzmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox