summaryrefslogtreecommitdiffstats
path: root/man2type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 00:45:17 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 00:46:05 +0200
commit8c9f08d6978147b95d5d846bd5c3e057b67fa05d (patch)
tree83c054fcbeb6b1652d8989240eb313c230f47b75 /man2type
parent3b33bf22dd77c9099e5040fe9f3882bb5753ca2f (diff)
Various pages: SYNOPSIS: ffix
Enclose struct/union definitions in EX/EE. nf/fi produces alignment issues in output devices where the font is not monospaced. EX/EE forces use of monospaced font, so it's more appropriate to format SYNOPSIS that contain structure types, where alignment is essential. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2type')
-rw-r--r--man2type/open_how.2type4
1 files changed, 2 insertions, 2 deletions
diff --git a/man2type/open_how.2type b/man2type/open_how.2type
index 6037f0a01..92838d69d 100644
--- a/man2type/open_how.2type
+++ b/man2type/open_how.2type
@@ -9,7 +9,7 @@ open_how \- how to open a pathname
.SH LIBRARY
Linux kernel headers
.SH SYNOPSIS
-.nf
+.EX
.B #include <linux/openat2.h>
.PP
.B struct open_how {
@@ -18,7 +18,7 @@ Linux kernel headers
.BR " u64 resolve;" " /* " RESOLVE_ "* flags */"
/* ... */
.B };
-.fi
+.EE
.SH DESCRIPTION
Specifies how a pathname should be open.
.PP