* Issue in man page open.2
@ 2023-11-01 14:02 Helge Kreutzmann
2023-11-01 15:48 ` Alejandro Colomar
0 siblings, 1 reply; 7+ 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: Linux. → is Linux specific.
"B<openat2>(2) Linux."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Issue in man page open.2
2023-11-01 14:02 Issue in man page open.2 Helge Kreutzmann
@ 2023-11-01 15:48 ` Alejandro Colomar
2023-11-01 15:52 ` Helge Kreutzmann
0 siblings, 1 reply; 7+ messages in thread
From: Alejandro Colomar @ 2023-11-01 15:48 UTC (permalink / raw)
To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Hi Helge,
On Wed, Nov 01, 2023 at 02:02:11PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
>
> Issue: Linux. → is Linux specific.
>
> "B<openat2>(2) Linux."
Just 'Linux' is simpler, I think.
Cheers,
Alex
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Issue in man page open.2
2023-11-01 15:48 ` Alejandro Colomar
@ 2023-11-01 15:52 ` Helge Kreutzmann
0 siblings, 0 replies; 7+ messages in thread
From: Helge Kreutzmann @ 2023-11-01 15:52 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
Hello Alejandro,
Am Wed, Nov 01, 2023 at 04:48:40PM +0100 schrieb Alejandro Colomar:
> On Wed, Nov 01, 2023 at 02:02:11PM +0000, Helge Kreutzmann wrote:
> > Without further ado, the following was found:
> >
> > Issue: Linux. → is Linux specific.
> >
> > "B<openat2>(2) Linux."
>
> Just 'Linux' is simpler, I think.
It just sound strange to me; however, I'm not a native speaker.
Greetings
Helge
--
Dr. Helge Kreutzmann debian@helgefjell.de
Dipl.-Phys. http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
Help keep free software "libre": http://www.ffii.de/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Issue in man page open.2
@ 2025-08-24 14:48 Helge Kreutzmann
2025-08-24 20:06 ` Alejandro Colomar
0 siblings, 1 reply; 7+ 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: What does like B<open>() refer to? This is the man page for open().
"If the pathname given in I<path> is relative and I<dirfd> is the special "
"value B<AT_FDCWD>, then I<path> is interpreted relative to the current "
"working directory of the calling process (like B<open>())."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Issue in man page open.2
2025-08-24 14:48 Helge Kreutzmann
@ 2025-08-24 20:06 ` Alejandro Colomar
0 siblings, 0 replies; 7+ messages in thread
From: Alejandro Colomar @ 2025-08-24 20:06 UTC (permalink / raw)
To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 589 bytes --]
On Sun, Aug 24, 2025 at 02:48:46PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
>
> Issue: What does like B<open>() refer to? This is the man page for open().
Like in other cases, this is because that text is in the description of
an *at() function.
Cheers,
Alex
>
> "If the pathname given in I<path> is relative and I<dirfd> is the special "
> "value B<AT_FDCWD>, then I<path> is interpreted relative to the current "
> "working directory of the calling process (like B<open>())."
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Issue in man page open.2
@ 2025-08-24 14:48 Helge Kreutzmann
2025-08-24 20:01 ` Alejandro Colomar
0 siblings, 1 reply; 7+ 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: the open → B<open>()
"If I<path> is not a directory, cause the open to fail. This flag was added "
"in Linux 2.1.126, to avoid denial-of-service problems if B<opendir>(3) is "
"called on a FIFO or tape device."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Issue in man page open.2
2025-08-24 14:48 Helge Kreutzmann
@ 2025-08-24 20:01 ` Alejandro Colomar
0 siblings, 0 replies; 7+ messages in thread
From: Alejandro Colomar @ 2025-08-24 20:01 UTC (permalink / raw)
To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
On Sun, Aug 24, 2025 at 02:48:46PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
>
> Issue: the open → B<open>()
Agree; fixed; thanks!
Cheers,
Alex
>
> "If I<path> is not a directory, cause the open to fail. This flag was added "
> "in Linux 2.1.126, to avoid denial-of-service problems if B<opendir>(3) is "
> "called on a FIFO or tape device."
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-08-24 20:06 UTC | newest]
Thread overview: 7+ 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 open.2 Helge Kreutzmann
2023-11-01 15:48 ` Alejandro Colomar
2023-11-01 15:52 ` Helge Kreutzmann
-- strict thread matches above, loose matches on Subject: below --
2025-08-24 14:48 Helge Kreutzmann
2025-08-24 20:06 ` Alejandro Colomar
2025-08-24 14:48 Helge Kreutzmann
2025-08-24 20:01 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox