mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 23:28:14 +00:00
fortune: use 115200 in serial example
Commit 4722ceb7d53e 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:
parent
5c8c9e1744
commit
aaff6a85ff
@ -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>
|
||||
%
|
||||
|
Loading…
x
Reference in New Issue
Block a user