summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/net/rcmdsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/rcmdsh.c b/src/lib/libc/net/rcmdsh.c
index a472162711..7404a6d597 100644
--- a/src/lib/libc/net/rcmdsh.c
+++ b/src/lib/libc/net/rcmdsh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rcmdsh.c,v 1.12 2007/09/02 15:19:17 deraadt Exp $ */ 1/* $OpenBSD: rcmdsh.c,v 1.13 2014/04/24 18:56:24 jmc Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001, MagniComp 4 * Copyright (c) 2001, MagniComp
@@ -47,7 +47,7 @@
47#include <unistd.h> 47#include <unistd.h>
48 48
49/* 49/*
50 * This is a replacement rcmd() function that uses the rsh(1) 50 * This is a replacement rcmd() function that uses the ssh(1)
51 * program in place of a direct rcmd(3) function call so as to 51 * program in place of a direct rcmd(3) function call so as to
52 * avoid having to be root. Note that rport is ignored. 52 * avoid having to be root. Note that rport is ignored.
53 */ 53 */