diff options
author | 2007-11-03 15:47:48 +0000 | |
---|---|---|
committer | 2007-11-03 15:47:48 +0000 | |
commit | 971d4755a63d65d8163b20702aba64d9902da2a2 (patch) | |
tree | 6b9d71846d2eb8e36435ff793501ae528b05452b | |
parent | fix some lint FALLTHROUGH (diff) | |
download | wireguard-openbsd-971d4755a63d65d8163b20702aba64d9902da2a2.tar.xz wireguard-openbsd-971d4755a63d65d8163b20702aba64d9902da2a2.zip |
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 , |