diff options
author | 2013-10-29 18:49:32 +0000 | |
---|---|---|
committer | 2013-10-29 18:49:32 +0000 | |
commit | 67d631f45386cec376f02e64c9038f7c2d43a2a8 (patch) | |
tree | 4c17238617e2033ae654b62bf9a79ae238c63c6a | |
parent | sync (diff) | |
download | wireguard-openbsd-67d631f45386cec376f02e64c9038f7c2d43a2a8.tar.xz wireguard-openbsd-67d631f45386cec376f02e64c9038f7c2d43a2a8.zip |
pty(4), not pty(7);
-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 3417f1b78a2..ad79892b6b1 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.164 2013/10/29 09:48:02 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.165 2013/10/29 18:49:32 jmc Exp $ .Dd $Mdocdate: October 29 2013 $ .Dt SSHD_CONFIG 5 .Os @@ -946,7 +946,7 @@ The default is .Dq no . .It Cm PermitTTY Specifies whether -.Xr pty 7 +.Xr pty 4 allocation is permitted. The default is .Dq yes . |