Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Nov 1999 00:38:19 +0900
From:      Kazutoshi Kubota <kazu@iworks.co.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/14766: In libalias.3 manpage, section 4.4/4.5 are contained section 5.
Message-ID:  <19991108003819W.kazu@iworks.co.jp>

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

>Number:         14766
>Category:       docs
>Synopsis:       In libalias.3, section 4.4/4.5 are contained illegal section.
>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:   Sun Nov  7 07:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kazutoshi Kubota
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
iworks co., ltd.
>Environment:

	FreeBSD 4.0-CURRENT i386 /usr/share/man/man3/...

>Description:

	In libalias(3) manpage, `4.4 PacketAliasProxyRule()' and
	`4.5 PacketAliasPptp()' are contained section 5 not 4.

>How-To-Repeat:

	type `man 3 libalias' and examine section 5.

>Fix:

	Please apply the following patch to libalias.3 roff-source.

*** libalias.3.orig     Sun Nov  7 23:06:17 1999
--- libalias.3  Sun Nov  7 23:18:15 1999
***************
*** 495,518 ****
  PacketAliasRedirectDelete(), then a program crash
  or unpredictable operation could result, so it is
  necessary to be careful using this function.
- .Sh 5. Fragment Handling
- The functions in this section are used to deal with
- incoming fragments.
- 
- Outgoing fragments are handled within PacketAliasOut()
- by changing the address according to any
- applicable mapping set by PacketAliasRedirectAddress(),
- or the default aliasing address set by
- PacketAliasSetAddress().
-  
- Incoming fragments are handled in one of two ways.
- If the header of a fragmented IP packet has already
- been seen, then all subsequent fragments will be
- re-mapped in the same manner the header fragment
- was.  Fragments which arrive before the header
- are saved and then retrieved once the header fragment
- has been resolved.
- 
  .Ss 4.4 PacketAliasProxyRule()
  
  .Ft int
--- 495,500 ----
***************
*** 599,605 ****
  This function is usually used to redirect outgoing connections for
  internal machines that are not permitted certain types of internet
  access, or to restrict access to certain external machines.
- 
  .Ss 4.5 PacketAliasPptp()
  
  .Ft extern int
--- 581,586 ----
***************
*** 627,633 ****
--- 608,630 ----
  .Pq 255.255.255.255 ,
  .Dv PPTP
  aliasing is disabled.
+ .Sh 5. Fragment Handling
+ The functions in this section are used to deal with
+ incoming fragments.
  
+ Outgoing fragments are handled within PacketAliasOut()
+ by changing the address according to any
+ applicable mapping set by PacketAliasRedirectAddress(),
+ or the default aliasing address set by
+ PacketAliasSetAddress().
+  
+ Incoming fragments are handled in one of two ways.
+ If the header of a fragmented IP packet has already
+ been seen, then all subsequent fragments will be
+ re-mapped in the same manner the header fragment
+ was.  Fragments which arrive before the header
+ are saved and then retrieved once the header fragment
+ has been resolved.
  .Ss 5.1 PacketAliasSaveFragment()
  
  .Ft int


>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?19991108003819W.kazu>