Fix typo.

This commit is contained in:
Archie Cobbs 1999-11-30 06:47:54 +00:00
parent 9db938c351
commit ac83689e01
2 changed files with 4 additions and 6 deletions

View File

@ -688,15 +688,14 @@ elect to not support this message. The text response must be less than
bytes in length (presently 1024). This can be used to return general
status information in human readable form.
.It Dv NGM_BINARY2ASCII
This generic converts a binary control message to its ASCII form.
This message converts a binary control message to its ASCII form.
The entire control message to be converted is contained within the
arguments field of the
.Dv Dv NGM_BINARY2ASCII
message itself. If successful, the reply will contain the same control
message in ASCII form.
A node will typically only know how to translate messages that it
itself understands, so
the target node of the
itself understands, so the target node of the
.Dv NGM_BINARY2ASCII
is often the same node that would actually receive that message.
.It Dv NGM_ASCII2BINARY

View File

@ -688,15 +688,14 @@ elect to not support this message. The text response must be less than
bytes in length (presently 1024). This can be used to return general
status information in human readable form.
.It Dv NGM_BINARY2ASCII
This generic converts a binary control message to its ASCII form.
This message converts a binary control message to its ASCII form.
The entire control message to be converted is contained within the
arguments field of the
.Dv Dv NGM_BINARY2ASCII
message itself. If successful, the reply will contain the same control
message in ASCII form.
A node will typically only know how to translate messages that it
itself understands, so
the target node of the
itself understands, so the target node of the
.Dv NGM_BINARY2ASCII
is often the same node that would actually receive that message.
.It Dv NGM_ASCII2BINARY