diff options
| author | aymeric <aymeric@NetBSD.org> | 2014-11-12 21:56:48 +0000 |
|---|---|---|
| committer | aymeric <aymeric@NetBSD.org> | 2014-11-12 21:56:48 +0000 |
| commit | 8afc6de2b05409a396349b7f48ece972d5bd8d6d (patch) | |
| tree | 352fc7bc44a518fa3d460bb9fd477f864825f9da /libexec | |
| parent | 8dee8270281efcd64add97bdf6670a12768913b1 (diff) | |
update the example to use dty00 instead of ttyd0 to reflect a current practice
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/ttys.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 4ad21a228fb..37e3e4700a2 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ttys.5,v 1.18 2012/04/21 12:27:28 roy Exp $ +.\" $NetBSD: ttys.5,v 1.19 2014/11/12 21:56:48 aymeric Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -199,7 +199,7 @@ program must be run for changes in those flags to take effect on the devices. # root login on console at 1200 baud console "/usr/libexec/getty std.1200" vt100 on secure # dialup at 1200 baud, no root logins -ttyd0 "/usr/libexec/getty d1200" dialup on # 555-1234 +dty00 "/usr/libexec/getty d1200" dialup on # 555-1234 # Mike's terminal: hp2621 ttyh0 "/usr/libexec/getty std.9600" hp2621-nl on # 457 Evans # John's terminal: vt100 |
