fortune: use 115200 in serial example

Commit 4722ceb7d5 switched the default serial rate to 115200 bps.
Follow suit in the freebsd-tips fortune example.

Reviewed by:	bcr
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D41495
This commit is contained in:
Ed Maste 2023-10-05 08:11:46 -04:00
parent 5c8c9e1744
commit aaff6a85ff

View file

@ -833,7 +833,7 @@ $ sysctl -n hw.pagesize
To establish a serial connection to anything including a USB device,
nothing more than cu(1) is needed:
$ cu -s 9600 -l /dev/ttyU0
$ cu -s 115200 -l /dev/ttyU0
-- Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
%