Module Name: src Committed By: wiz Date: Mon Sep 16 04:49:46 UTC 2019
Modified Files: src/lib/libc/sys: fcntl.2 Log Message: Add missing word, fix typo, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/fcntl.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/fcntl.2 diff -u src/lib/libc/sys/fcntl.2:1.42 src/lib/libc/sys/fcntl.2:1.43 --- src/lib/libc/sys/fcntl.2:1.42 Sun Sep 15 16:25:58 2019 +++ src/lib/libc/sys/fcntl.2 Mon Sep 16 04:49:46 2019 @@ -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 whe 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