Add missing word, fix typo, remove trailing whitespace.

This commit is contained in:
wiz 2019-09-16 04:49:46 +00:00
parent 3f984dd2cd
commit 6cc77413c5
1 changed files with 6 additions and 6 deletions

View File

@ -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.
@ -157,7 +157,7 @@ in the file descriptor.
.It Dv F_GETPATH
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,7 +325,7 @@ 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