Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Add missing word, fix typo, remove trailing whi...
details: https://anonhg.NetBSD.org/src/rev/7fb5caf36774
branches: trunk
changeset: 454417:7fb5caf36774
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 16 04:49:46 2019 +0000
description:
Add missing word, fix typo, remove trailing whitespace.
diffstat:
lib/libc/sys/fcntl.2 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 30f25a092ace -r 7fb5caf36774 lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2 Mon Sep 16 01:57:58 2019 +0000
+++ b/lib/libc/sys/fcntl.2 Mon Sep 16 04:49:46 2019 +0000
@@ -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 @@
.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 @@
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
Home |
Main Index |
Thread Index |
Old Index