diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-04-28 12:24:05 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-04-28 12:24:05 +0000 |
| commit | e2a08f166a388aa3683e3d344be027eff6e3f8d4 (patch) | |
| tree | c71958d8dde8e9e449d678f0842de285e9957359 /usr.bin/tip | |
| parent | 48221889744f95f57ce591b46693134b14d2a885 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/tip.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index ee085da811ab..8e9eac974402 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -31,7 +31,7 @@ .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd August 31, 2006 +.Dd April 28, 2018 .Dt TIP 1 .Os .Sh NAME @@ -589,6 +589,11 @@ line access log lock file to avoid conflicts with .Xr uucp 1 Pq Pa ports/net/freebsd-uucp .El +.Sh EXAMPLES +Connect to the first USB serial port at the speed of 115200 baud: +.Bd -literal -offset indent +tip ucom1 -115200 +.Ed .Sh SEE ALSO .Xr cu 1 , .Xr phones 5 , |
