From 7194270e7e7ade6050e98d6d5dc6e5c7467d99d0 Mon Sep 17 00:00:00 2001 From: luxh Date: Sat, 20 Oct 2012 13:22:02 -0700 Subject: [PATCH] Remove MAKEDEV reference --- .../newhandbook/serial_communications/index.mdwn | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/docs/docs/newhandbook/serial_communications/index.mdwn b/docs/docs/newhandbook/serial_communications/index.mdwn index 25baeb5..1504102 100644 --- a/docs/docs/newhandbook/serial_communications/index.mdwn +++ b/docs/docs/newhandbook/serial_communications/index.mdwn @@ -1139,20 +1139,6 @@ Use the highest bps rate your modem supports in the br capability. Then, type `t -If there is no `/dev/cuaa0` on your system, do this: - - - - - - # cd /dev - - # sh MAKEDEV cuaa0 - - - - - Or use `cu` as `root` with the following command: -- 1.7.7.2