From c06d17d1ddde68577e86448ab137b9249a56d2db Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 1 Jun 2003 18:44:41 +0000 Subject: [PATCH] removed assumption that comedi_config is in /usr/sbin --- man/comedi_config.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/comedi_config.8 b/man/comedi_config.8 index 9dcee79..b2789ad 100644 --- a/man/comedi_config.8 +++ b/man/comedi_config.8 @@ -2,7 +2,7 @@ .SH NAME \fBcomedi_config\fR - COMEDI configuration utility .SH SYNOPSIS -\fB/usr/sbin/comedi_config\fR [-vVq] /dev/comediN +\fBcomedi_config\fR [-vVq] /dev/comediN [[,...]] .br .SH DESCRIPTION @@ -79,12 +79,12 @@ run from an initialization script. A National Instruments PCI-MIO E series board can be configured to use /dev/comedi0 using the command: - /usr/sbin/comedi_config /dev/comedi0 ni_pcimio + comedi_config /dev/comedi0 ni_pcimio A National Instruments AT-MIO E series board can be configured to use /dev/comedi3 using the command: - /usr/sbin/comedi_config /dev/comedi3 ni_atmio 0x220,3 + comedi_config /dev/comedi3 ni_atmio 0x220,3 This tells the driver that the board is configured for I/O base 0x220 and IRQ 3. -- 2.26.2