Author: trasz
Date: Sat Apr 22 09:38:43 2017
New Revision: 317280
URL: https://svnweb.freebsd.org/changeset/base/317280

Log:
  Add basic example to the cu(1) man page.  Srsly, folks, you don't
  need to install minicom for this...
  
  MFC after:    2 weeks

Modified:
  head/usr.bin/tip/tip/cu.1

Modified: head/usr.bin/tip/tip/cu.1
==============================================================================
--- head/usr.bin/tip/tip/cu.1   Sat Apr 22 08:38:49 2017        (r317279)
+++ head/usr.bin/tip/tip/cu.1   Sat Apr 22 09:38:43 2017        (r317280)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to