summaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-16 09:33:55 -0600
committerAlejandro Colomar <alx@kernel.org>2024-01-16 16:47:03 +0100
commit0c118822f23bd7fe75e3a7684fcf40c72c3e3e6a (patch)
tree5edbe21f2bd4a45545d3aa173e1a5d49e651590b /man2
parent24347d22a3b8a06c28816e7d2a2de2669485c2d9 (diff)
open.2: srcfix
Migrate man page cross reference in non-filled context to font alternation macro. This is to prepare it for `MR` migration. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2')
-rw-r--r--man2/open.24
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/open.2 b/man2/open.2
index f37ddbed0..8c791fa47 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -46,7 +46,9 @@ Standard C library
.BI "int openat(int " dirfd ", const char *" pathname ", int " flags ", ..."
.BI " \fR/*\fP mode_t " mode " \fR*/\fP );"
.P
-/* Documented separately, in \fBopenat2\fP(2): */
+/* Documented separately, in \c
+.BR openat2 (2):\c
+\& */
.BI "int openat2(int " dirfd ", const char *" pathname ,
.BI " const struct open_how *" how ", size_t " size );
.fi