diff options
author | 2010-03-04 09:10:22 +0000 | |
---|---|---|
committer | 2010-03-04 09:10:22 +0000 | |
commit | d5ae6a0f464e15df30e7d5cb5051f63ce9d2ae73 (patch) | |
tree | 482cc8232df060c1b2f8618751c2c3c2c1006f48 | |
parent | utilize the fact that the softc is zero'd to simplify the initialization (diff) | |
download | wireguard-openbsd-d5ae6a0f464e15df30e7d5cb5051f63ce9d2ae73.tar.xz wireguard-openbsd-d5ae6a0f464e15df30e7d5cb5051f63ce9d2ae73.zip |
`speed' is an argument, not a flag.
ok jmc@
-rw-r--r-- | usr.bin/tip/cu.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tip/cu.1 b/usr.bin/tip/cu.1 index 79d3054123f..a27a6ccfbc8 100644 --- a/usr.bin/tip/cu.1 +++ b/usr.bin/tip/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.6 2009/01/09 00:24:34 jmc Exp $ +.\" $OpenBSD: cu.1,v 1.7 2010/03/04 09:10:22 sobrado 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: January 9 2009 $ +.Dd $Mdocdate: March 4 2010 $ .Dt CU 1 .Os .Sh NAME @@ -40,7 +40,7 @@ .Op Fl ehot .Op Fl a Ar acu .Op Fl l Ar line -.Op Fl s Ar speed \*(Ba Fl speed +.Op Fl s Ar speed \*(Ba Fl Ar speed .Op Ar phone-number .Sh DESCRIPTION .Nm @@ -100,7 +100,7 @@ and .Fl o are given, then no parity is used (the default). -.It Fl s Ar speed \*(Ba Fl speed +.It Fl s Ar speed \*(Ba Fl Ar speed Set the speed of the connection. The default is 9600. .It Fl t |