In <199908042059.PAA14626@free.pcs>, Jonathan Lemon wrote:

> The route(4) manpage says:
>
>    User processes can obtain information about the routing entry to a spe-
>    cific destination by using a RTM_GET message, or by reading the /dev/kmem
>    device, or by issuing a getkerninfo(2) system call.
>
> IMHO, the above sentence should probably be altered by replacing the
> first comma with a period, and throwing away the rest of it.

No one's objected, so I've made this change.  This sort of fixes docs/12220,
by removing the reference to the undocumented getkerninfo(2) call.  So I'll
close the PR as well.

PR:             docs/12220
This commit is contained in:
nik 1999-08-12 23:06:28 +00:00
parent 32eb19e22e
commit 8aeb444e35

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)route.4 8.6 (Berkeley) 4/19/94
.\" $Id: route.4,v 1.5 1997/02/22 13:24:40 peter Exp $
.\" $Id: route.4,v 1.6 1997/03/19 19:47:39 bde Exp $
.\"
.Dd October 8, 1996
.Dt ROUTE 4
@ -179,12 +179,7 @@ be reclaimed until all references to it are released.
User processes can obtain information about the routing
entry to a specific destination by using a
.Dv RTM_GET
message,
or by reading the
.Pa /dev/kmem
device, or by issuing a
.Xr getkerninfo 2
system call.
message.
.Pp
Messages include:
.Bd -literal