diff options
author | brian <brian@FreeBSD.org> | 2000-01-07 03:11:56 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-01-07 03:11:56 +0000 |
commit | 604f6ce5b9862f0da1f93af04e9a5dd79b6d02bd (patch) | |
tree | 92feb5ce4e6ea0f3ee1abf1aace19195a5f7d846 | |
parent | b0f0fe699d1467d2860e84f742e79acdc212c9c3 (diff) | |
download | FreeBSD-src-604f6ce5b9862f0da1f93af04e9a5dd79b6d02bd.zip FreeBSD-src-604f6ce5b9862f0da1f93af04e9a5dd79b6d02bd.tar.gz |
Call serial devices ``cuaXX'' instead of ``cuaaX'' (in line
with OpenBSD conventions).
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 2 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index cbd8184..0b7c528 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -3744,7 +3744,7 @@ All ISDN and serial device names are expected to begin with ISDN devices are usually called .Pa i4brbchX and serial devices are usually called -.Pa cuaaX . +.Pa cuaXX . .Pp If .Dq value diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index cbd8184..0b7c528 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -3744,7 +3744,7 @@ All ISDN and serial device names are expected to begin with ISDN devices are usually called .Pa i4brbchX and serial devices are usually called -.Pa cuaaX . +.Pa cuaXX . .Pp If .Dq value |