diff options
| author | dtucker@openbsd.org <dtucker@openbsd.org> | 2015-04-28 10:25:15 +0000 |
|---|---|---|
| committer | Damien Miller <djm@mindrot.org> | 2015-04-29 18:20:13 +1000 |
| commit | 43beea053db191cac47c2cd8d3dc1930158aff1a (patch) | |
| tree | 726553775c46bbbf4fd8c97ce55e56e4ba5c8d5d | |
| parent | 85b96ef41374f3ddc9139581f87da09b2cd9199e (diff) | |
upstream commit
Fix typo in previous
| -rw-r--r-- | sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 9d7a8e80..f09adfc4 100644 --- a/sshd_config.5 +++ b/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 |
