Skip to content

Commit

Permalink
Fixed typo in ibv_alloc_parent_domain.3
Browse files Browse the repository at this point in the history
Signed-off-by: Yiltan Hassan Temucin <[email protected]>
  • Loading branch information
Work authored and Yiltan committed Jun 28, 2023
1 parent ecd604b commit 46e2131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libibverbs/man/ibv_alloc_parent_domain.3
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ibv_alloc_parent_domain(), ibv_dealloc_pd() \- allocate and deallocate the paren
.nf
.B #include <infiniband/verbs.h>
.sp
.BI "struct ibv_pd *ibv_alloc_parent_domain(struct ibv_context "*context" ", struct ibv_parent_domain_init_attr " "*attr");
.BI "struct ibv_pd *ibv_alloc_parent_domain(struct ibv_context " "*context" ", struct ibv_parent_domain_init_attr " "*attr");
.sp
.SH "DESCRIPTION"
.B ibv_alloc_parent_domain()
Expand Down

0 comments on commit 46e2131

Please sign in to comment.