summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>2000-12-21 22:59:53 +0000
committerderaadt <>2000-12-21 22:59:53 +0000
commit71213d0b131a3545184a31aa671f269eceacad1e (patch)
tree4b8f70a5b2bac10c2870790fa94e442ddac9dd7a
parent2af146e89f9886c34908a4c760e8d509fa676b07 (diff)
downloadopenbsd-71213d0b131a3545184a31aa671f269eceacad1e.tar.gz
openbsd-71213d0b131a3545184a31aa671f269eceacad1e.tar.bz2
openbsd-71213d0b131a3545184a31aa671f269eceacad1e.zip
more Va stuff
-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.