Also document why each header is needed. Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/s390_guarded_storage.2 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/man2/s390_guarded_storage.2 b/man2/s390_guarded_storage.2 index 1d4cb5777..747c45c3a 100644 --- a/man2/s390_guarded_storage.2 +++ b/man2/s390_guarded_storage.2 @@ -27,13 +27,20 @@ s390_guarded_storage \- operations with z/Architecture guarded storage facility .SH SYNOPSIS .nf -.B #include <asm/guarded_storage.h> +.BR "#include <asm/guarded_storage.h> " "/* Definition of " GS_* " constants */" +.BR "#include <sys/syscall.h> " \ +"/* Definition of " SYS_* " constants */" +.B #include <unistd.h> .PP -.BI "int s390_guarded_storage(int " command ", struct gs_cb *" gs_cb ");" +.BI "int syscall(SYS_s390_guarded_storage, int " command , +.BI " struct gs_cb *" gs_cb ); .fi .PP .IR Note : -There is no glibc wrapper for this system call; see NOTES. +glibc provides no wrapper for +.BR s390_guarded_storage (2), +necessitating the use of +.BR syscall (2). .SH DESCRIPTION The .BR s390_guarded_storage () @@ -144,9 +151,6 @@ This Linux-specific system call is available only on the s390 architecture. .PP The guarded storage facility is available beginning with System z14. .SH NOTES -Glibc does not provide a wrapper for this system call; call it using -.BR syscall (2). -.PP The description of the guarded storage facility along with related instructions and Guarded Storage Control Block and Guarded Storage Event Parameter List structure layouts -- 2.31.1