diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-05 02:39:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-05 02:39:35 +0000 |
commit | f1c9d5be235031f56a47dc8faaee18e78a3c5d01 (patch) | |
tree | a43baf79dc77b7670a60bdb7bb4ce0a75bfc6a33 /lib/libc/net | |
parent | e9d43506d76574367c9b65523d7945817e2682ef (diff) |
document latest rcmd change
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/rcmd.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index f71367ea5db..6631f84768d 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.6 1996/09/02 21:36:58 millert Exp $ +.\" $OpenBSD: rcmd.3,v 1.7 1996/09/05 02:39:34 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,11 +54,13 @@ The .Fn rcmd function -is used by the super-user to execute a command on -a remote machine using an authentication scheme based -on reserved port numbers. If the +is used by the super-user to execute a command on a remote +machine using an authentication scheme based on reserved +port numbers. If the calling process is not setuid and the .Li RSH -environmental variable is set and inport is +environmental variable is set and +.Fa inport +is .Li shell/tcp , .Xr rcmdsh 3 is called instead with the value of |