mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
fortune: use 115200 in serial example
Commit4722ceb7d5switched 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 (cherry picked from commitaaff6a85ff)
This commit is contained in:
parent
5feb890554
commit
38521270cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue