The open_by_handle_at equivalent in FreeBSD is called fhopen, not openfh. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- man/man2/open_by_handle_at.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/open_by_handle_at.2 b/man/man2/open_by_handle_at.2 index 8fa1bf630..ee8a4f72b 100644 --- a/man/man2/open_by_handle_at.2 +++ b/man/man2/open_by_handle_at.2 @@ -402,7 +402,7 @@ flag and the filesystem does not support FreeBSD has a broadly similar pair of system calls in the form of .BR getfh () and -.BR openfh (). +.BR fhopen (). .SH STANDARDS Linux. .SH HISTORY -- 2.43.0