diff options
author | 1998-06-26 17:54:09 +0000 | |
---|---|---|
committer | 1998-06-26 17:54:09 +0000 | |
commit | 37a0eaa644fcb0d808ad5a7e819dce5891109f80 (patch) | |
tree | 16f36f18040b285c054b4d2b258406a3492c6aaa | |
parent | we use rcmdsh(3) from libc (diff) | |
download | wireguard-openbsd-37a0eaa644fcb0d808ad5a7e819dce5891109f80.tar.xz wireguard-openbsd-37a0eaa644fcb0d808ad5a7e819dce5891109f80.zip |
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 |