From 533b1fd849eb79c3ae27f0bd6008f722fcfc9c4b Mon Sep 17 00:00:00 2001 From: trhodes Date: Fri, 13 Oct 2006 11:30:07 +0000 Subject: Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the former is easier to use. PR: 97231 --- share/man/man4/man4.i386/ndis.4 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'share/man') diff --git a/share/man/man4/man4.i386/ndis.4 b/share/man/man4/man4.i386/ndis.4 index 5374848..cbd50a9 100644 --- a/share/man/man4/man4.i386/ndis.4 +++ b/share/man/man4/man4.i386/ndis.4 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 12, 2006 +.Dd October 13, 2006 .Dt NDIS 4 i386 .Os .Sh NAME @@ -89,10 +89,8 @@ file, which contains the definitions for driver-specific registry keys and other installation data such as device identifiers. These two files can be converted -into a -.Pa ndis_driver_data.h -file using the -.Xr ndiscvt 8 +into a kernel module file using the +.Xr ndisgen 8 utility. This file contains a binary image of the driver plus registry key data. @@ -134,7 +132,8 @@ before a timeout expired. .Xr netintro 4 , .Xr ng_ether 4 , .Xr ifconfig 8 , -.Xr ndiscvt 8 +.Xr ndiscvt 8 , +.Xr ndisgen 8 .Rs .%T "NDIS 5.1 specification" .%O http://www.microsoft.com -- cgit v1.1