summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2017-04-22 09:38:43 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2017-04-22 09:38:43 +0000
commitc71c6c734bfbc8ad72001259ff1580dcc20c1f6b (patch)
tree09a517222aa4f5341d59342131b89721cfb09daa
parent1e04441a9dd681c631dcaa03cab6c86d2933f1b4 (diff)
Notes
-rw-r--r--usr.bin/tip/tip/cu.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/cu.1 b/usr.bin/tip/tip/cu.1
index aba5c40345c9..c8fb1c26c618 100644
--- a/usr.bin/tip/tip/cu.1
+++ b/usr.bin/tip/tip/cu.1
@@ -30,7 +30,7 @@
.\" @(#)tip.1 8.4 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd September 1, 2006
+.Dd April 22, 2017
.Dt CU 1
.Os
.Sh NAME
@@ -494,6 +494,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
+cu -s 115200 -l /dev/cuaU0
+.Ed
.Sh SEE ALSO
.Xr tip 1
.Sh HISTORY