diff options
author | 2004-04-28 05:17:10 +0000 | |
---|---|---|
committer | 2004-04-28 05:17:10 +0000 | |
commit | 8650ee779617c6bfd38a21978b25acef33636652 (patch) | |
tree | 1451528507277ceeef5c21e20e074a16f7f7256a | |
parent | Put authpf user's IP addresses in the <authpf_users> table. (diff) | |
download | wireguard-openbsd-8650ee779617c6bfd38a21978b25acef33636652.tar.xz wireguard-openbsd-8650ee779617c6bfd38a21978b25acef33636652.zip |
manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 | ||||
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index fbe8c657da7..5915c98d00f 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.32 2004/04/27 09:46:37 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.33 2004/04/28 05:17:10 djm Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -575,8 +575,8 @@ Specifies what variables from the local .Xr environ 7 should be sent to the server. Note that environment passing is only supported for protocol 2, the -server must also support it and must be configured to accept these -enviornment variables. +server must also support it, and the server must be configured to +accept these environment variables. Refer to .Cm AcceptEnv in @@ -586,7 +586,7 @@ Variables are specified by name, which may contain the wildcard characters .Ql \&* and .Ql \&? . -Multiple environment variables may be seperated by whitespace or spread +Multiple environment variables may be separated by whitespace or spread across multiple .Cm SendEnv directives. diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 9712063cd39..f667703523e 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.30 2004/04/27 09:46:37 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.31 2004/04/28 05:17:10 djm Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 .Os @@ -70,16 +70,16 @@ See in .Xr ssh_config 5 for how to configure the client. -Note that environment passingis only supported for protocol 2. +Note that environment passing is only supported for protocol 2. Variables are specified by name, which may contain the wildcard characters .Ql \&* and .Ql \&? . -Multiple environment variables may be seperated by whitespace or spread +Multiple environment variables may be separated by whitespace or spread across multiple .Cm AcceptEnv directives. -Be warned that some enviornment variables could be used to bypass restricted +Be warned that some environment variables could be used to bypass restricted user environments. For this reason, care should be taken in the use of this directive. The default is not to accept any environment variables. |