diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-26 17:54:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-26 17:54:10 +0000 |
commit | 725c30b998a281b9f4ef5b6daed8f377f3a37de0 (patch) | |
tree | 5384fff82c485f0e8604427160124d0c76c3a70a | |
parent | 1f702a35e4a3eca1a60dd65a9564a99f44b1d5af (diff) |
rcmdsh, not rcmd
-rw-r--r-- | lib/libc/net/rcmdsh.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3 index 17767c1c81c..fd89acee8fc 100644 --- a/lib/libc/net/rcmdsh.3 +++ b/lib/libc/net/rcmdsh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmdsh.3,v 1.2 1998/03/07 22:18:05 millert Exp $ +.\" $OpenBSD: rcmdsh.3,v 1.3 1998/06/26 17:54:09 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,8 @@ .Dt RCMDSH 3 .Os OpenBSD .Sh NAME -.Nm rcmd -.Nd return a stream to a remote command as unprivileged user +.Nm rcmdsh +.Nd return a stream to a remote command without superuser .Sh SYNOPSIS .Fd #include <unistd.h> .Ft int |