diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-21 10:52:05 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-21 10:52:05 +0000 |
commit | c853fdb82db495d0ec307f1f81a9003d670747b0 (patch) | |
tree | 6e035e89cd14b91b15ce79115a5cc688900dc1ed /usr.sbin | |
parent | cbe35e915ab6e1c61e09be572b311168dd524fd6 (diff) | |
download | src-c853fdb82db495d0ec307f1f81a9003d670747b0.tar.gz src-c853fdb82db495d0ec307f1f81a9003d670747b0.zip |
Change device name from cua01 to cuaa0. I'm going to use this doc in
the installation, so it was necessary.
Notes
Notes:
svn path=/head/; revision=8674
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 2ed35f8bc603..14b043f1a14c 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,5 +1,5 @@ .\" manual page [] for ppp 0.94 beta2 + alpha -.\" $Id: ppp.8,v 1.2 1995/02/26 12:17:54 amurai Exp $ +.\" $Id: ppp.8,v 1.4 1995/03/12 12:03:48 amurai Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -125,7 +125,7 @@ ppp on tama> pass <password> ppp ON tama> -- You can specify modem and device name using following commands. -ppp ON tama> set line /dev/cua01 +ppp ON tama> set line /dev/cuaa0 ppp ON tama> set speed 38400 diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 2ed35f8bc603..14b043f1a14c 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,5 +1,5 @@ .\" manual page [] for ppp 0.94 beta2 + alpha -.\" $Id: ppp.8,v 1.2 1995/02/26 12:17:54 amurai Exp $ +.\" $Id: ppp.8,v 1.4 1995/03/12 12:03:48 amurai Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -125,7 +125,7 @@ ppp on tama> pass <password> ppp ON tama> -- You can specify modem and device name using following commands. -ppp ON tama> set line /dev/cua01 +ppp ON tama> set line /dev/cuaa0 ppp ON tama> set speed 38400 |