From kargl@troutmask.apl.washington.edu  Tue Oct 10 09:49:34 1995
Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.97.216])
          by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA25268
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Oct 1995 09:49:33 -0700
Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.6.12/8.6.9) id JAA02940; Tue, 10 Oct 1995 09:47:46 -0700
Message-Id: <199510101647.JAA02940@troutmask.apl.washington.edu>
Date: Tue, 10 Oct 1995 09:47:46 -0700
From: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
Reply-To: kargl@troutmask.apl.washington.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: j0 man page fixes.
X-Send-Pr-Version: 3.2

>Number:         776
>Category:       docs
>Synopsis:       j0 man page has formatting problem and errors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 10 09:50:02 PDT 1995
>Closed-Date:    Mon Oct 23 08:33:51 PDT 1995
>Last-Modified:  Mon Oct 23 08:36:14 PDT 1995
>Originator:     Steven G. Kargl
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
Steven G. Kargl     | Phone: 206-685-4677 |
Applied Physics Lab | Fax:   206-543-6785 |
Univ. of Washington |---------------------|
1013 NE 40th St     | FreeBSD 2.x-STABLE  |
Seattle, WA 98105   |---------------------|
>Environment:

	

>Description:
The command "man j0" gives a man page interspersed with `Bessel0'
in several places.  This is related the `.Em' formatting directive.
Corrected two typos.

>How-To-Repeat:
%man j0

>Fix:


*** j0.3.orig	Tue Oct 10 09:24:28 1995
--- j0.3	Tue Oct 10 09:37:13 1995
***************
*** 82,101 ****
  .Fn j1
  and
  .Fn j1f
! compute the
! .Em Bessel function of the first kind of the order
! 0 and the
! .Em order
! 1, respectively,
! for the
! real value
  .Fa x ;
  the functions
  .Fn jn
  and
  .Fn jnf
! compute the
! .Em Bessel function of the first kind of the integer order
  .Fa n
  for the real value
  .Fa x .
--- 82,95 ----
  .Fn j1
  and
  .Fn j1f
! compute the Bessel function of the first kind of the order 0 and the
! order 1, respectively, for the real value
  .Fa x ;
  the functions
  .Fn jn
  and
  .Fn jnf
! compute the Bessel function of the first kind of the integer order
  .Fa n
  for the real value
  .Fa x .
***************
*** 106,132 ****
  .Fn y1 ,
  and
  .Fn y1f
! compute the linearly independent
! .Em Bessel function of the second kind of the order
! 0 and the
! .Em order
! 1, respectively,
! for the
! positive
! .Em integer
! value
  .Fa x
  (expressed as a double or float);
  the functions
  .Fn yn
  and
  .Fn ynf
! compute the
! .Em Bessel function of the second kind for the integer order
  .Fa n
! for the positive 
! .Em integer
! value
  .Fa x
  (expressed as a double or float).
  .Sh RETURN VALUES
--- 100,116 ----
  .Fn y1 ,
  and
  .Fn y1f
! compute the linearly independent Bessel function of the second kind of
! the order 0 and the order 1, respectively, for the positive real value
  .Fa x
  (expressed as a double or float);
  the functions
  .Fn yn
  and
  .Fn ynf
! compute the Bessel function of the second kind for the integer order
  .Fa n
! for the positive real value
  .Fa x
  (expressed as a double or float).
  .Sh RETURN VALUES
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bde 
State-Changed-When: Mon Oct 23 08:33:51 PDT 1995 
State-Changed-Why:  
Fixed in revision 1.3 (1995/10/22) of j0.3. 
>Unformatted:
