summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndiscvt/ndisgen.8
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-07-23 18:47:18 +0000
committerdougb <dougb@FreeBSD.org>2005-07-23 18:47:18 +0000
commit3c6d812560d8665f46eff09d8279fec68f45e144 (patch)
tree3ea98ffe351e39808bc202959774200de83bd655 /usr.sbin/ndiscvt/ndisgen.8
parentebe5e23d162b47e9cff4ec9dbfc71a49e6802447 (diff)
downloadFreeBSD-src-3c6d812560d8665f46eff09d8279fec68f45e144.zip
FreeBSD-src-3c6d812560d8665f46eff09d8279fec68f45e144.tar.gz
(More thoroughly) fix the problem with the EGREP lines that was reported
on -current by Ben Kaduk <minimarmot@gmail.com>. Add a hack of my own to allow the user to supply the paths to the INF and SYS files on the command line.
Diffstat (limited to 'usr.sbin/ndiscvt/ndisgen.8')
-rw-r--r--usr.sbin/ndiscvt/ndisgen.88
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ndiscvt/ndisgen.8 b/usr.sbin/ndiscvt/ndisgen.8
index c9b185a..c293b67 100644
--- a/usr.sbin/ndiscvt/ndisgen.8
+++ b/usr.sbin/ndiscvt/ndisgen.8
@@ -40,6 +40,7 @@
NDIS driver distribution
.Sh SYNOPSIS
.Nm
+.Op Ar /path/to/INF /path/to/SYS
.Sh DESCRIPTION
The
.Nm
@@ -57,13 +58,16 @@ compatibility module.
The
.Nm
script is interactive and contains its own help section.
-The script will prompt the user for the
+Unless the paths to both files are supplied on the command line,
+the script will prompt the user for the
.Pa .INF
and
.Pa .SYS
-files (and any firmware or other external files) needed to generate the
+files needed to generate the
.Fx
driver module.
+The script will also prompt for
+any firmware or other external files needed.
.Sh SEE ALSO
.Xr ld 1 ,
.Xr objcopy 1 ,
OpenPOWER on IntegriCloud