summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i4b/driver/i4b_isppp.c2
-rw-r--r--sys/modules/svr4/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c
index 2a6dd35..783428b 100644
--- a/sys/i4b/driver/i4b_isppp.c
+++ b/sys/i4b/driver/i4b_isppp.c
@@ -52,7 +52,7 @@
#ifndef __NetBSD__
#if NI4BISPPP == 0
-# error "You need to define `pseudo-device sppp <N>' with options ISPPP"
+# error "You need to define `device sppp <N>' with options ISPPP"
#endif
#endif
diff --git a/sys/modules/svr4/README b/sys/modules/svr4/README
index bbf0ea2..a14e2b7 100644
--- a/sys/modules/svr4/README
+++ b/sys/modules/svr4/README
@@ -4,7 +4,7 @@ Project by Christos Zoulas. It has been ported to FreeBSD by Mark Newton.
To use it:
1. Choose one of:
- a. Add "pseudo-device streams" to your kernel config file and rebuild,
+ a. Add "device streams" to your kernel config file and rebuild,
reboot; or
b. Build and install the streams module in /sys/modules/streams
OpenPOWER on IntegriCloud