diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 13:37:49 +0100 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 13:37:49 +0100 |
| commit | c5a1e08b52b2f6c05e0116d46277904b711b6bdb (patch) | |
| tree | a6ad7350d1b1100356ca59616d22c51dd29743eb /man/menu_pattern.3x | |
| parent | 24fa7a5107c5b75d1c197accf0305be64bc72882 (diff) | |
Vendor import ncurses 6.6vendor/ncurses/6.6vendor/ncurses
Diffstat (limited to 'man/menu_pattern.3x')
| -rw-r--r-- | man/menu_pattern.3x | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/menu_pattern.3x b/man/menu_pattern.3x index a66a368dd0c9..eae1001931a4 100644 --- a/man/menu_pattern.3x +++ b/man/menu_pattern.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: menu_pattern.3x,v 1.38 2024/03/16 15:35:01 tom Exp $ -.TH menu_pattern 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: menu_pattern.3x,v 1.40 2024/12/28 21:26:21 tom Exp $ +.TH menu_pattern 3X 2024-12-28 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .SH NAME \fBset_menu_pattern\fP, \fBmenu_pattern\fP \- @@ -55,7 +55,10 @@ The function \fBmenu_pattern\fP returns the pattern buffer of the given \fImenu\fP. .SH RETURN VALUE The function \fBmenu_pattern\fP returns a pointer, -which is \fBNULL\fP if the \fImenu\fP parameter is \fBNULL\fP. +which is +.I NULL +if the \fImenu\fP parameter is +.IR NULL "." Otherwise, it is a pointer to a string which is empty if no pattern has been set. It does not set \fBerrno\fP. |
