diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-03 15:47:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-03 15:47:49 +0000 |
commit | 5a6f99b21fadc7255b6e61f72e0a7adb95daed6d (patch) | |
tree | 54acd03467b7022e92ac3e56c62d69c4460d01b8 | |
parent | 1b1b6402921b02ce1b650d67a2a3e2df7a566c96 (diff) |
use tty01 and mention the baud rate issue
-rw-r--r-- | sbin/ldattach/ldattach.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ldattach/ldattach.8 b/sbin/ldattach/ldattach.8 index f4d32286d2b..8dd9312e2ca 100644 --- a/sbin/ldattach/ldattach.8 +++ b/sbin/ldattach/ldattach.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldattach.8,v 1.2 2007/11/03 15:35:01 mbalmer Exp $ +.\" $OpenBSD: ldattach.8,v 1.3 2007/11/03 15:47:48 deraadt Exp $ .\" .\" Copyright (c) 2007 Marc Balmer <mbalmer@openbsd.org> .\" @@ -134,11 +134,12 @@ by using to attach the .Xr nmea 4 line discipline to -.Pa /dev/tty00 , +.Pa /dev/tty01 +at 9600 baud, add a line of the following form to .Pa /etc/ttys : .Bd -literal -offset indent -tty00 "/sbin/ldattach nmea" unknown on +tty01 "/sbin/ldattach nmea" unknown on .Ed .Sh SEE ALSO .Xr nmea 4 , |