From owner-cvs-all Thu Aug 12 16: 8:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6693B14C1D; Thu, 12 Aug 1999 16:08:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63058; Thu, 12 Aug 1999 16:06:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199908122306.QAA63058@freefall.freebsd.org> From: Nik Clayton Date: Thu, 12 Aug 1999 16:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 route.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/08/12 16:06:28 PDT Modified files: share/man/man4 route.4 Log: 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 Revision Changes Path 1.7 +2 -7 src/share/man/man4/route.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message