diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-31 20:26:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-31 20:26:22 +0000 |
commit | db6eac8b1cfa458c50695667c58c4df98b06f7b9 (patch) | |
tree | 75e2b0d27cf0d87d8bb2c0847bc723137bc7307a /share/man | |
parent | f179700f21dad60021322e8dffff122f045278bd (diff) |
zap a comma; from Joachim Schipper
Diffstat (limited to 'share/man')
-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). |