linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] syscall.2: Document ENOSYS error
@ 2023-04-20 20:08 Günther Noack
  2023-04-21  0:11 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Günther Noack @ 2023-04-20 20:08 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Günther Noack

Link: <https://lore.kernel.org/linux-man/31ecebc5-1b97-b610-a097-f260ec4d4c8d@gmail.com/>
Suggested-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Günther Noack <gnoack3000@gmail.com>
---
 man2/syscall.2 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/man2/syscall.2 b/man2/syscall.2
index 55233ac51..0ba537f4f 100644
--- a/man2/syscall.2
+++ b/man2/syscall.2
@@ -64,6 +64,12 @@ In general, a 0 return value indicates success.
 A \-1 return value indicates an error,
 and an error number is stored in
 .IR errno .
+.SH ERRORS
+.TP
+.B ENOSYS
+The requested system call number is not implemented.
+.PP
+Other errors are specific to the invoked system call.
 .SH NOTES
 .BR syscall ()
 first appeared in

base-commit: 04e686326f03a28c187e00821e234b2ecd0fab5b
-- 
2.40.0


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

* Re: [PATCH] syscall.2: Document ENOSYS error
  2023-04-20 20:08 [PATCH] syscall.2: Document ENOSYS error Günther Noack
@ 2023-04-21  0:11 ` Alejandro Colomar
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar @ 2023-04-21  0:11 UTC (permalink / raw)
  To: Günther Noack; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1052 bytes --]

Hi!

On 4/20/23 22:08, Günther Noack wrote:
> Link: <https://lore.kernel.org/linux-man/31ecebc5-1b97-b610-a097-f260ec4d4c8d@gmail.com/>
> Suggested-by: Alejandro Colomar <alx.manpages@gmail.com>
> Signed-off-by: Günther Noack <gnoack3000@gmail.com>

Patch applied.  Thanks!

Alex

> ---
>  man2/syscall.2 | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/man2/syscall.2 b/man2/syscall.2
> index 55233ac51..0ba537f4f 100644
> --- a/man2/syscall.2
> +++ b/man2/syscall.2
> @@ -64,6 +64,12 @@ In general, a 0 return value indicates success.
>  A \-1 return value indicates an error,
>  and an error number is stored in
>  .IR errno .
> +.SH ERRORS
> +.TP
> +.B ENOSYS
> +The requested system call number is not implemented.
> +.PP
> +Other errors are specific to the invoked system call.
>  .SH NOTES
>  .BR syscall ()
>  first appeared in
> 
> base-commit: 04e686326f03a28c187e00821e234b2ecd0fab5b

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

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

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

end of thread, other threads:[~2023-04-21  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 20:08 [PATCH] syscall.2: Document ENOSYS error Günther Noack
2023-04-21  0:11 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).