[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 25/34] man/menu_hook.3x: Fix font styling error.
From: |
G. Branden Robinson |
Subject: |
[PATCH 25/34] man/menu_hook.3x: Fix font styling error. |
Date: |
Fri, 6 Oct 2023 00:17:29 -0500 |
Literals after metasyntactic variable names should be in bold, not
italics, for consistency with other ncurses man pages.
---
man/menu_hook.3x | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/man/menu_hook.3x b/man/menu_hook.3x
index f0cd7cec..d76056fb 100644
--- a/man/menu_hook.3x
+++ b/man/menu_hook.3x
@@ -36,21 +36,21 @@ .SH NAME
.SH SYNOPSIS
\fB#include <menu.h>\fP
.sp
-\fBint set_item_init(MENU *\fImenu\fB, Menu_Hook \fIfunc);\fR
+\fBint set_item_init(MENU *\fImenu\fB, Menu_Hook \fIfunc\fB);\fR
.br
-\fBMenu_Hook item_init(const MENU *\fImenu);\fR
+\fBMenu_Hook item_init(const MENU *\fImenu\fB);\fR
.sp
-\fBint set_item_term(MENU *\fImenu\fB, Menu_Hook \fIfunc);\fR
+\fBint set_item_term(MENU *\fImenu\fB, Menu_Hook \fIfunc\fB);\fR
.br
-\fBMenu_Hook item_term(const MENU *\fImenu);\fR
+\fBMenu_Hook item_term(const MENU *\fImenu\fB);\fR
.sp
-\fBint set_menu_init(MENU *\fImenu\fB, Menu_Hook \fIfunc);\fR
+\fBint set_menu_init(MENU *\fImenu\fB, Menu_Hook \fIfunc\fB);\fR
.br
-\fBMenu_Hook menu_init(const MENU *\fImenu);\fR
+\fBMenu_Hook menu_init(const MENU *\fImenu\fB);\fR
.sp
-\fBint set_menu_term(MENU *\fImenu\fB, Menu_Hook \fIfunc);\fR
+\fBint set_menu_term(MENU *\fImenu\fB, Menu_Hook \fIfunc\fB);\fR
.br
-\fBMenu_Hook menu_term(const MENU *\fImenu);\fR
+\fBMenu_Hook menu_term(const MENU *\fImenu\fB);\fR
.SH DESCRIPTION
These functions make it possible to set hook functions to be called at various
points in the automatic processing of input event codes by \fBmenu_driver\fP.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 25/34] man/menu_hook.3x: Fix font styling error.,
G. Branden Robinson <=