getgid.2, getpid.2, getuid.2, pipe.2: Remove mention of other syscalls that use second retval register

This information is already summarized in syscall(2), so there's
no need to repeat it in each page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-01-10 06:21:17 +13:00
parent 127f815c99
commit b0f5ce2757
4 changed files with 0 additions and 21 deletions

View File

@ -73,11 +73,6 @@ wrapper functions transparently deal with this.
See
.BR syscall (2)
for details regarding register mapping.
Other examples of such peculiarity are Alpha-specific
.BR getxpid "(2) and " getxuid (2),
as well as
.BR pipe (2)
on several architectures.
.SH SEE ALSO
.BR getresgid (2),
.BR setgid (2),

View File

@ -150,11 +150,6 @@ wrapper functions transparently deal with this.
See
.BR syscall (2)
for details regarding register mapping.
Other examples of such peculiarity are Alpha-specific
.BR getxuid "(2) and " getxgid (2),
as well as
.BR pipe (2)
on several architectures.
.SH SEE ALSO
.BR clone (2),
.BR fork (2),

View File

@ -84,11 +84,6 @@ wrapper functions transparently deal with this.
See
.BR syscall (2)
for details regarding register mapping.
Other examples of such peculiarity are Alpha-specific
.BR getxpid "(2) and " getxgid (2),
as well as
.BR pipe (2)
on several architectures.
.SH SEE ALSO
.BR getresuid (2),
.BR setreuid (2),

View File

@ -208,12 +208,6 @@ wrapper function transparently deals with this.
See
.BR syscall (2)
for information regarding registers used for storing second file descriptor.
Other examples of such peculiarity are
.BR getxpid (2),
.BR getxuid (2),
and
.BR getxgid (2)
on Alpha.
.SH CONFORMING TO
.BR pipe ():
POSIX.1-2001, POSIX.1-2008.