diff options
author | 1999-07-05 04:40:59 +0000 | |
---|---|---|
committer | 1999-07-05 04:40:59 +0000 | |
commit | 3a03493da74ecf7be73e69e4067e1ed18cbbcfae (patch) | |
tree | 1909860cf3f15875e65293fb46744010dee22ddd /lib/libc/net/rcmdsh.3 | |
parent | fix Nm usage; d@ (diff) | |
download | wireguard-openbsd-3a03493da74ecf7be73e69e4067e1ed18cbbcfae.tar.xz wireguard-openbsd-3a03493da74ecf7be73e69e4067e1ed18cbbcfae.zip |
repairs; better English, formatting, etc.
Diffstat (limited to 'lib/libc/net/rcmdsh.3')
-rw-r--r-- | lib/libc/net/rcmdsh.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3 index f5fbe1e891a..2498f4c708a 100644 --- a/lib/libc/net/rcmdsh.3 +++ b/lib/libc/net/rcmdsh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmdsh.3,v 1.5 1999/07/02 17:04:16 aaron Exp $ +.\" $OpenBSD: rcmdsh.3,v 1.6 1999/07/05 04:41:00 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,7 @@ on reserved port numbers using .Xr rshd 8 or the value of .Fa rshprog -(if non-NULL). +(if non-null). .Pp The .Fn rcmdsh @@ -80,12 +80,7 @@ a socket in the domain of type .Dv SOCK_STREAM is returned to the caller, and given to the remote -command as -.Em stdin -and -.Em stdout , -and -.Em stderr . +command as stdin and stdout, and stderr. .Sh DIAGNOSTICS The .Fn rcmdsh |