Module Name: src
Committed By: wiz
Date: Sun Sep 1 19:09:00 UTC 2019
Modified Files:
src/share/man/man9: intro.9
Log Message:
fetch(9) -> ufetch(9). Remove reference to unimplemented ppi(9).
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/intro.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/intro.9
diff -u src/share/man/man9/intro.9:1.25 src/share/man/man9/intro.9:1.26
--- src/share/man/man9/intro.9:1.25 Sun Sep 1 17:50:32 2019
+++ src/share/man/man9/intro.9 Sun Sep 1 19:09:00 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.9,v 1.25 2019/09/01 17:50:32 oster Exp $
+.\" $NetBSD: intro.9,v 1.26 2019/09/01 19:09:00 wiz Exp $
.\"
.\" Copyright (c) 1997, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -326,7 +326,7 @@ See
.Pp
Fetch data from user-space.
See
-.Xr fetch 9 .
+.Xr ufetch 9 .
.Pp
Move data described by a struct uio.
See
@@ -495,10 +495,6 @@ Support for PCMCIA PC-Card devices.
See
.Xr pcmcia 9 .
.Pp
-User-space interface to ppbus parallel port.
-See
-.Xr ppi 9 .
-.Pp
Interface between low and high level radio drivers.
See
.Xr radio 9 .