diff options
| author | soren <soren@NetBSD.org> | 2002-08-08 01:41:17 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2002-08-08 01:41:17 +0000 |
| commit | 01bfb60de4cec4f9b0ee9055374b24853b995fe6 (patch) | |
| tree | 944edc12163c2011bfa768b260cb1533f94fb7aa /lib/libcompat | |
| parent | bdb11c55b6c0b03c471d45f794db2831aee3caef (diff) | |
Refer to rcmd(3) instead of the non-existing krcmd(3).
PR lib/12562 by Klaus Klein.
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.3/rexec.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index 230481f441a..208b55d9c7f 100644 --- a/lib/libcompat/4.3/rexec.3 +++ b/lib/libcompat/4.3/rexec.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rexec.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: rexec.3,v 1.9 1999/07/02 15:16:41 simonb Exp $ +.\" $NetBSD: rexec.3,v 1.10 2002/08/08 01:41:17 soren Exp $ .\" .Dd June 4, 1993 .Dt REXEC 3 @@ -45,9 +45,8 @@ .Fn rexec "char **ahost" "int inport" "char *user" "char *passwd" "char *cmd" "int *fd2p" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by the -.Tn Kerberos -.Xr krcmd 3 . +This interface is obsoleted by +.Xr rcmd 3 . It is available from the compatibility library, libcompat. .Ef .Pp |
