Skip to content

Commit

Permalink
man: Fix fi_tostr_r label in fi_fabric(3) synopsis
Browse files Browse the repository at this point in the history
Signed-off-by: Darryl Abbate <[email protected]>
  • Loading branch information
darrylabbate authored and shefty committed Sep 13, 2023
1 parent 9961ccf commit e10f314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/fi_fabric.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int fi_close(struct fid *fabric);

char * fi_tostr(const void *data, enum fi_type datatype);

char * fi_tostr(char *buf, size_t len, const void *data,
char * fi_tostr_r(char *buf, size_t len, const void *data,
enum fi_type datatype);
```
Expand Down

0 comments on commit e10f314

Please sign in to comment.