diff options
Diffstat (limited to 'share/man/man4/tty.4')
-rw-r--r-- | share/man/man4/tty.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index fd865f3ea49..0c22af437f9 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.14 1999/07/13 01:00:08 aaron Exp $ +.\" $OpenBSD: tty.4,v 1.15 2000/04/17 02:32:44 aaron Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -51,12 +51,12 @@ file associated with it in the directory .Pa /dev/ (for example, -.Pa /dev/tty03 ). +.Pa /dev/tty03 ) . When a user logs into the system on one of these hardware terminal ports, the system has already opened the associated device and prepared the line for normal interactive use (see -.Xr getty 8 .) +.Xr getty 8 ) . There is also a special case of a terminal file that connects not to a hardware terminal port, but to another program on the other side. These special terminal devices are called @@ -66,7 +66,7 @@ system when logging in over a network (using .Xr rlogin 1 , or .Xr telnet 1 -for example.) Even in these cases the details of how the terminal +for example). Even in these cases the details of how the terminal file was opened and set up is already handled by special software in the system. Thus, users do not normally need to worry about the details of |