Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2008 22:48:48 +0000 (UTC)
From:      Murray Stokely <murray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186095 - head/lib/libc/net
Message-ID:  <200812142248.mBEMmmrS076328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: murray
Date: Sun Dec 14 22:48:48 2008
New Revision: 186095
URL: http://svn.freebsd.org/changeset/base/186095

Log:
  Add an ENVIRONMENT section to note that the RSH variable can be set to
  override the use of the rsh(1) program in rcmd(3).
  
  PR:		docs/51133
  Obtained from:	NetBSD, partially
  MFC after:	3 weeks

Modified:
  head/lib/libc/net/rcmd.3

Modified: head/lib/libc/net/rcmd.3
==============================================================================
--- head/lib/libc/net/rcmd.3	Sun Dec 14 22:26:57 2008	(r186094)
+++ head/lib/libc/net/rcmd.3	Sun Dec 14 22:48:48 2008	(r186095)
@@ -238,6 +238,13 @@ For
 .Fn rcmd_af ,
 .Dv PF_UNSPEC
 is also allowed.
+.Sh ENVIRONMENT
+.Bl -tag -width RSH
+.It Ev RSH
+When using the
+.Fn rcmd
+function, this variable is used as the program to run instead of
+.Xr rsh 1 .
 .Sh DIAGNOSTICS
 The
 .Fn rcmd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812142248.mBEMmmrS076328>