Skip to content

Commit

Permalink
man/fi_peer: fix fi_peer man page inconsistency
Browse files Browse the repository at this point in the history
The function names are get_msg and get_tag, not
get_msg_entry and get_tag_entry

Signed-off-by: Alexia Ingerson <[email protected]>
  • Loading branch information
aingerson authored and shijin-aws committed Aug 23, 2023
1 parent d865260 commit bb3f242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/fi_peer.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ peer can initialize any extra available data before queuing the message with
the owner. The peer_context and owner_context fields are only modifiable by the
peer and owner, respectively, to store extra provider-specific information.

## fi_ops_srx_owner::get_msg_entry() / get_tag_entry()
## fi_ops_srx_owner::get_msg() / get_tag()

These calls are invoked by the peer provider to obtain the receive buffer(s)
where an incoming message should be placed. The peer provider will pass in
Expand Down Expand Up @@ -533,7 +533,7 @@ entry.

## fi_ops_srx_peer::start_msg() / start_tag()

These calls indicate that an asynchronous get_msg_entry() or get_tag_entry()
These calls indicate that an asynchronous get_msg() or get_tag()
has completed and a buffer is now available to receive the message. Control
of the fi_peer_rx_entry is returned to the peer provider and has been
initialized for receiving the incoming message.
Expand Down

0 comments on commit bb3f242

Please sign in to comment.