aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-04 18:57:46 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-04 18:57:46 +0000
commitae828962685b8ae9e5104ce8e7fe8b05effcb9ec (patch)
tree98ead4f30dc156961d0a69e06b26fd806200f3b6 /lib/libcompat
parenta597332c22f4fda1d02426fc5fe0e18e3f5a6b10 (diff)
downloadsrc-ae828962685b8ae9e5104ce8e7fe8b05effcb9ec.tar.gz
src-ae828962685b8ae9e5104ce8e7fe8b05effcb9ec.zip
Consistently mark std(in|out|err) with .Dv, because that's how they
are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
Notes
Notes: svn path=/head/; revision=107619
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.3/rexec.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3
index 14ef11badec7..4f25ca850dbf 100644
--- a/lib/libcompat/4.3/rexec.3
+++ b/lib/libcompat/4.3/rexec.3
@@ -87,9 +87,9 @@ a socket in the Internet domain of type
.Dv SOCK_STREAM
is returned to
the caller, and given to the remote command as
-.Em stdin
+.Dv stdin
and
-.Em stdout .
+.Dv stdout .
If
.Fa fd2p
is non-zero, then an auxiliary channel to a control
@@ -108,10 +108,10 @@ verified.
If
.Fa fd2p
is 0, then the
-.Em stderr
+.Dv stderr
(unit 2 of the remote
command) will be made the same as the
-.Em stdout
+.Dv stdout
and no
provision is made for sending arbitrary signals to the remote process,
although you may be able to get its attention by using out-of-band data.