Fix a couple of typos.

This commit is contained in:
John Polstra 1998-11-19 18:07:28 +00:00
parent 04258de351
commit b2052ac8cf
2 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ of the text.
2.4 PacketAliasSetMode()
2.5 PacketAliasSetFWBase()
3. Packet Handling
3.1 PacketAliasOut()
3.2 PacketAliasIn()
3.1 PacketAliasIn()
3.2 PacketAliasOut()
4. Port and Address Redirection
4.1 PacketAliasRedirectPort()
4.2 PacketAliasRedirectAddr()
@ -325,7 +325,7 @@ them with PacketAliasFragmentIn().
.Ss 3.2 PacketAliasOut()
.Ft int
.Fn PacketAliasIn "char *buffer" "int maxpacketsize"
.Fn PacketAliasOut "char *buffer" "int maxpacketsize"
An outgoing packet coming from the local network
to a remote machine is aliased by this function.

View File

@ -26,8 +26,8 @@ of the text.
2.4 PacketAliasSetMode()
2.5 PacketAliasSetFWBase()
3. Packet Handling
3.1 PacketAliasOut()
3.2 PacketAliasIn()
3.1 PacketAliasIn()
3.2 PacketAliasOut()
4. Port and Address Redirection
4.1 PacketAliasRedirectPort()
4.2 PacketAliasRedirectAddr()
@ -325,7 +325,7 @@ them with PacketAliasFragmentIn().
.Ss 3.2 PacketAliasOut()
.Ft int
.Fn PacketAliasIn "char *buffer" "int maxpacketsize"
.Fn PacketAliasOut "char *buffer" "int maxpacketsize"
An outgoing packet coming from the local network
to a remote machine is aliased by this function.