diff options
author | 2010-07-31 20:26:21 +0000 | |
---|---|---|
committer | 2010-07-31 20:26:21 +0000 | |
commit | ca8e4459cd62b60c7ddf60d45c86d365441c804e (patch) | |
tree | 9a5d41e385c45f8087df13f0bc2a2d3e7f9c586b | |
parent | Sync (diff) | |
download | wireguard-openbsd-ca8e4459cd62b60c7ddf60d45c86d365441c804e.tar.xz wireguard-openbsd-ca8e4459cd62b60c7ddf60d45c86d365441c804e.zip |
zap a comma; from Joachim Schipper
-rw-r--r-- | share/man/man4/tty.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index b5b4f8b466a..2a2274db8f6 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.36 2010/04/13 20:38:26 mk Exp $ +.\" $OpenBSD: tty.4,v 1.37 2010/07/31 20:26:21 jmc Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tty.4 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: April 13 2010 $ +.Dd $Mdocdate: July 31 2010 $ .Dt TTY 4 .Os .Sh NAME @@ -60,7 +60,7 @@ These special terminal devices are called .Em ptys and provide the mechanism necessary to give users the same interface to the system when logging in over a network (using -.Xr ssh 1 , +.Xr ssh 1 or .Xr telnet 1 for example). |