diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/beep.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/kconfig/libcurses/beep.c b/scripts/kconfig/libcurses/beep.c index 0b97137fd..b679eed3c 100644 --- a/scripts/kconfig/libcurses/beep.c +++ b/scripts/kconfig/libcurses/beep.c | |||
@@ -26,9 +26,11 @@ beep | |||
26 | These functions return ERR if called before initscr(), otherwise OK. | 26 | These functions return ERR if called before initscr(), otherwise OK. |
27 | 27 | ||
28 | ### Portability | 28 | ### Portability |
29 | X/Open ncurses NetBSD | 29 | |
30 | beep Y Y Y | 30 | Function | X/Open | ncurses | NetBSD |
31 | flash Y Y Y | 31 | :---------------------|:------:|:-------:|:------: |
32 | beep | Y | Y | Y | ||
33 | flash | Y | Y | Y | ||
32 | 34 | ||
33 | **man-end****************************************************************/ | 35 | **man-end****************************************************************/ |
34 | 36 | ||