[PATCH v2] man2/open.2: ffix
From: G. Branden Robinson <hidden>
Date: 2024-01-16 15:33:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: G. Branden Robinson <hidden>
Date: 2024-01-16 15:33:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
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" <redacted> --- v2: Fix thinko omitting "(2)". man2/open.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
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 @@ .SH SYNOPSIS .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
--
2.30.2