diff options
author | 2015-04-28 10:25:15 +0000 | |
---|---|---|
committer | 2015-04-28 10:25:15 +0000 | |
commit | c2d6e83a4c0c9b5c872e25d7607fae9e32ae3e8c (patch) | |
tree | 53644d6dda07464087fded7473396b747885f001 | |
parent | Document that the TERM environment variable is not subject to SendEnv (diff) | |
download | wireguard-openbsd-c2d6e83a4c0c9b5c872e25d7607fae9e32ae3e8c.tar.xz wireguard-openbsd-c2d6e83a4c0c9b5c872e25d7607fae9e32ae3e8c.zip |
Fix typo in previous
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index fccb062e590..a334d0f16b8 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,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.197 2015/04/28 10:17:58 dtucker Exp $ +.\" $OpenBSD: sshd_config.5,v 1.198 2015/04/28 10:25:15 dtucker Exp $ .Dd $Mdocdate: April 28 2015 $ .Dt SSHD_CONFIG 5 .Os @@ -74,7 +74,7 @@ Note that environment passing is only supported for protocol 2, and that the .Ev TERM enviroment variable is always sent whenever the client -requests apseudo-terminal is requested as it is required by the protocol. +requests a pseudo-terminal is requested as it is required by the protocol. Variables are specified by name, which may contain the wildcard characters .Ql * and |