Author: trasz Date: Thu May 18 20:32:12 2017 New Revision: 318487 URL: https://svnweb.freebsd.org/changeset/base/318487
Log: MFC r317280: Add basic example to the cu(1) man page. Srsly, folks, you don't need to install minicom for this... Modified: stable/11/usr.bin/tip/tip/cu.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin/tip/tip/cu.1 ============================================================================== --- stable/11/usr.bin/tip/tip/cu.1 Thu May 18 20:31:09 2017 (r318486) +++ stable/11/usr.bin/tip/tip/cu.1 Thu May 18 20:32:12 2017 (r318487) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
