From: Alejandro Colomar <alx.manpages@gmail.com>
To: mtk.manpages@gmail.com
Cc: Alejandro Colomar <alx.manpages@gmail.com>, linux-man@vger.kernel.org
Subject: [PATCH] vmsplice.2: SYNOPSIS: Fix prototype parameter type
Date: Mon, 15 Feb 2021 14:15:26 +0100 [thread overview]
Message-ID: <20210215131522.450666-9-alx.manpages@gmail.com> (raw)
The 3rd parameter of vmsplice() uses 'size_t' in glibc. Fix it.
......
.../gnu/glibc$ grep_glibc_prototype vmsplice
sysdeps/unix/sysv/linux/bits/fcntl-linux.h:391:
extern __ssize_t vmsplice (int __fdout, const struct iovec *__iov,
size_t __count, unsigned int __flags);
.../gnu/glibc$
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
man2/vmsplice.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/vmsplice.2 b/man2/vmsplice.2
index 649fe0ca7..714ad565f 100644
--- a/man2/vmsplice.2
+++ b/man2/vmsplice.2
@@ -33,7 +33,7 @@ vmsplice \- splice user pages to/from a pipe
.B #include <sys/uio.h>
.PP
.BI "ssize_t vmsplice(int " fd ", const struct iovec *" iov ,
-.BI " unsigned long " nr_segs ", unsigned int " flags );
+.BI " size_t " nr_segs ", unsigned int " flags );
.fi
.\" Return type was long before glibc 2.7
.SH DESCRIPTION
--
2.30.0
next reply other threads:[~2021-02-15 13:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-15 13:15 Alejandro Colomar [this message]
2021-02-15 20:11 ` [PATCH] vmsplice.2: SYNOPSIS: Fix prototype parameter type Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210215131522.450666-9-alx.manpages@gmail.com \
--to=alx.manpages@gmail.com \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox