summaryrefslogtreecommitdiffstats
path: root/man3/rexec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rexec.3')
-rw-r--r--man3/rexec.324
1 files changed, 9 insertions, 15 deletions
diff --git a/man3/rexec.3 b/man3/rexec.3
index acdf155f4..7f94d27a3 100644
--- a/man3/rexec.3
+++ b/man3/rexec.3
@@ -11,7 +11,7 @@
.\"
.\" 2013-06-21, mtk, Converted from mdoc to man macros
.\"
-.TH rexec 3 2022-12-15 "Linux man-pages 6.03"
+.TH rexec 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
rexec, rexec_af \- return stream to a remote command
.SH LIBRARY
@@ -123,37 +123,31 @@ This argument can be specified as
or
.B AF_UNSPEC
(to allow the implementation to select the protocol).
-.SH VERSIONS
-The
-.BR rexec_af ()
-function was added in glibc 2.2.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR rexec (),
.BR rexec_af ()
T} Thread safety MT-Unsafe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are not in POSIX.1.
-The
+None.
+.SH HISTORY
+.TP
.BR rexec ()
-function first appeared in
-4.2BSD, and is present on the BSDs, Solaris, and many other systems.
-The
+4.2BSD, BSD, Solaris.
+.TP
.BR rexec_af ()
-function is more recent, and less widespread.
+glibc 2.2.
.SH BUGS
The
.BR rexec ()