summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/rcmd.315
1 files changed, 9 insertions, 6 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3
index 2ec2c88d4a..89457ab859 100644
--- a/src/lib/libc/net/rcmd.3
+++ b/src/lib/libc/net/rcmd.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: rcmd.3,v 1.21 2000/12/21 16:07:37 deraadt Exp $ 1.\" $OpenBSD: rcmd.3,v 1.22 2000/12/21 22:59:53 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -147,13 +147,16 @@ signal numbers, to be
147forwarded to the process group of the command. 147forwarded to the process group of the command.
148If 148If
149.Fa fd2p 149.Fa fd2p
150is 0, then the standard error (unit 2 of the remote command) will be made the 150is
151same as the standard output and no 151.Va NULL ,
152provision is made for sending arbitrary signals to the remote process, 152then the standard error (unit 2 of the remote command) will be made
153although you may be able to get its attention by using out-of-band data. 153the same as the standard output and no provision is made for sending
154arbitrary signals to the remote process, although you may be able to
155get its attention by using out-of-band data.
154Note that if the user is not the superuser, 156Note that if the user is not the superuser,
155.Fa fd2p 157.Fa fd2p
156must be 0. 158must be
159.Va NULL .
157.Pp 160.Pp
158.Fn rcmd_af 161.Fn rcmd_af
159takes address family in the last argument. 162takes address family in the last argument.