diff options
author | 2013-03-11 12:47:49 +0000 | |
---|---|---|
committer | 2013-03-11 12:47:49 +0000 | |
commit | 6b227ff797cdeba92f9c91ad500f3fd8f0b8f6b3 (patch) | |
tree | 6d5f483452ac10b5c41bde411a84245b35eac956 | |
parent | do not start npppd if a pptp tunnel is configured but the gre protocol is not (diff) | |
download | wireguard-openbsd-6b227ff797cdeba92f9c91ad500f3fd8f0b8f6b3.tar.xz wireguard-openbsd-6b227ff797cdeba92f9c91ad500f3fd8f0b8f6b3.zip |
Simplify text about -l and use cua not tty in examples.
-rw-r--r-- | usr.bin/cu/cu.1 | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1 index 0d65d69dece..b1bd4b3edd9 100644 --- a/usr.bin/cu/cu.1 +++ b/usr.bin/cu/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.8 2013/03/09 19:27:48 nicm Exp $ +.\" $OpenBSD: cu.1,v 1.9 2013/03/11 12:47:49 nicm Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: March 9 2013 $ +.Dd $Mdocdate: March 11 2013 $ .Dt CU 1 .Os .Sh NAME @@ -53,32 +53,20 @@ The options are as follows: .It Fl l Ar line Specify the line to use. Either of the forms like -.Pa tty00 +.Pa cua00 or -.Pa /dev/tty00 +.Pa /dev/cua00 are permitted. The default is .Pa /dev/cua00 . -.Pp -For reasons outlined in -.Xr tty 4 , +See .Xr cua 4 -devices should be used on architectures which have them. -For those which do not, -.Xr tty 4 -devices can be used. +for information on terminal devices. Users in group .Dq dialer are permitted to use .Xr cua 4 -devices by default; -permissions on -.Pa /dev/tty00 -or -.Pa /dev/ttya -can be changed, -but they will revert to their defaults -after an upgrade or (re)install. +devices by default. .It Fl s Ar speed \*(Ba Fl Ar speed Set the speed of the connection. The default is 9600. |