diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index f02523acbf78..664c84bc5f25 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: fcntl.2,v 1.42 2019/09/15 16:25:58 christos Exp $ +.\" $NetBSD: fcntl.2,v 1.43 2019/09/16 04:49:46 wiz Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -155,9 +155,9 @@ Set or clear the .Dv O_NOSIGPIPE in the file descriptor. .It Dv F_GETPATH -Place a pathname corresponding to +Place a pathname corresponding to .Fa fd -in the buffer pointed by +in the buffer pointed to by .Fa arg . .Fa arg should be pointing to a buffer of at least @@ -325,14 +325,14 @@ request fails or blocks respectively when another process has existing locks on bytes in the specified region and the type of any of those locks conflicts with the type specified in the request. .Sh NOTES -Tbe +The .Dv F_GETPATH functionality is implemented using the reverse .Xr namei 9 cache. -The implications of this are: +The implications of this are: .Bl -bullet -compact -.It +.It For hard links where the file descriptor can resolve to multiple pathnames, the first entry found in the cache is returned. .It