Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 1999 07:34:47 +0900 (JST)
From:      Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        vanitas@ma3.seikyou.ne.jp
Subject:   docs/9886: [send-pr]: possible typo and incorrect description in isdnd.8
Message-ID:  <199902022234.HAA00648@hiloshi.seikyou.ne.jp>

next in thread | raw e-mail | index | archive | help


>Number:         9886
>Category:       docs
>Synopsis:       possible typo and incorrect description in isdnd.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb  2 14:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kanenda
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
FreeBSD jp-man project
>Environment:

.\"	$Id: isdnd.8,v 1.1 1998/12/27 21:47:00 phk Exp $ 
http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/i4b/isdnd/isdnd.8   rev 1.1

>Description:

o line 297:
     of no match is found
  -> if no match is found

o line 302-305: 
    In case the daemon decided to accept the message,
    the kernel signal the then active connection by sending
    a MSG_CONNECT_ACTIVE_IND message to the daemon.
 
 -> In case the daemon decided to accept the call,
    the kernel signals the active connection by sending
    a MSG_CONNECT_ACTIVE_IND message to the daemon.

     # o  I think it is a `call' that the deamon accepts, not a `message'.
     # o  signal -> signals    (or `will signal')
     # o  `then' seems to be unnecessary or misplaced to me...

 If I am misunderstunding due to the lack
of knowledge of English, forgive me.
Thanks.

>How-To-Repeat:

man 8 isdnd

>Fix:
	
Try the following patch:

--- isdnd.8.orig	Wed Feb  3 07:04:48 1999
+++ isdnd.8	Wed Feb  3 07:25:21 1999
@@ -294,12 +294,12 @@
 With the information contained in this message, the
 .Nm
 searches the entry section of its configuration database and if a match is
-found, it accepts or rejects the call or, of no match is found, it ignores the
+found, it accepts or rejects the call or, if no match is found, it ignores the
 call - all by issuing a
 .Em I4B_CONNECT_RESP
 ioctl message with the appropriate parameters to the kernel.
 .Pp
-In case the daemon decided to accept the message, the kernel signal the then 
+In case the daemon decided to accept the call, the kernel signals the
 active connection by sending a
 .Em MSG_CONNECT_ACTIVE_IND
 message to the daemon.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902022234.HAA00648>