aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristopher Davidson <christopher.davidson@gmail.com>2024-04-03 16:38:41 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2024-04-03 16:55:24 +0000
commitd3de1bd429bc51fbbcb37fadaf2581461edf848b (patch)
tree38009fabfbcbc63585947b47760f89c18748f99f /lib
parente0bd180130b8c95f568483d0df6abff00d7d2153 (diff)
downloadsrc-d3de1bd429bc51fbbcb37fadaf2581461edf848b.tar.gz
src-d3de1bd429bc51fbbcb37fadaf2581461edf848b.zip
open.2: remove self-reference
Change .Xr reference to .Fn, which quiets a mandoc warning. Reviewed by: mhorne MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/1135
Diffstat (limited to 'lib')
-rw-r--r--lib/libsys/open.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsys/open.2 b/lib/libsys/open.2
index 383dd58b2a31..aac3ef1318f8 100644
--- a/lib/libsys/open.2
+++ b/lib/libsys/open.2
@@ -323,7 +323,7 @@ by the descriptor at the time of the call.
.Pp
.Dv O_PATH
returns a file descriptor that can be used as a directory file descriptor for
-.Xr openat 2
+.Fn openat
and other system calls taking a file descriptor argument, like
.Xr fstatat 2
and others.