diff options
author | 2007-11-03 15:35:01 +0000 | |
---|---|---|
committer | 2007-11-03 15:35:01 +0000 | |
commit | d8d09d6a7da31f523af617d72538bc5ceda5986a (patch) | |
tree | 18531298c042a5d26ff0a7d69e30b50e92bf9e6b | |
parent | lint (diff) | |
download | wireguard-openbsd-d8d09d6a7da31f523af617d72538bc5ceda5986a.tar.xz wireguard-openbsd-d8d09d6a7da31f523af617d72538bc5ceda5986a.zip |
Correct bad example, in /etc/ttys use the _tty_ not _cua_, of course.
spottet by deraadt.
-rw-r--r-- | sbin/ldattach/ldattach.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ldattach/ldattach.8 b/sbin/ldattach/ldattach.8 index a4a923d9b4f..f4d32286d2b 100644 --- a/sbin/ldattach/ldattach.8 +++ b/sbin/ldattach/ldattach.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldattach.8,v 1.1.1.1 2007/11/03 15:22:54 mbalmer Exp $ +.\" $OpenBSD: ldattach.8,v 1.2 2007/11/03 15:35:01 mbalmer Exp $ .\" .\" Copyright (c) 2007 Marc Balmer <mbalmer@openbsd.org> .\" @@ -134,11 +134,11 @@ by using to attach the .Xr nmea 4 line discipline to -.Pa /dev/cua00 , +.Pa /dev/tty00 , add a line of the following form to .Pa /etc/ttys : .Bd -literal -offset indent -cua00 "/sbin/ldattach nmea" unknown on +tty00 "/sbin/ldattach nmea" unknown on .Ed .Sh SEE ALSO .Xr nmea 4 , |