]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
open.2: srcfix
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Tue, 16 Jan 2024 15:33:55 +0000 (09:33 -0600)
committerAlejandro Colomar <alx@kernel.org>
Tue, 16 Jan 2024 15:47:03 +0000 (16:47 +0100)
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>
man2/open.2

index f37ddbed0218f3327b933915152af3a442f7a489..8c791fa475ca7e609b837df1b444de42540914dc 100644 (file)
@@ -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