diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3xcurses/beep.3xcurses | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3xcurses/beep.3xcurses')
-rw-r--r-- | usr/src/man/man3xcurses/beep.3xcurses | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/man/man3xcurses/beep.3xcurses b/usr/src/man/man3xcurses/beep.3xcurses index fedf50ebbe..8a3f408582 100644 --- a/usr/src/man/man3xcurses/beep.3xcurses +++ b/usr/src/man/man3xcurses/beep.3xcurses @@ -31,7 +31,7 @@ The \fBbeep()\fR and \fBflash()\fR functions produce an audio and visual alarm on the terminal, respectively. If the terminal has the capability, \fBbeep()\fR sounds a bell or beep and \fBflash()\fR flashes the screen. One alarm is substituted for another if the terminal does not support the -capability called (see \fBterminfo\fR(4) \fBbel\fR and \fBflash\fR +capability called (see \fBterminfo\fR(5) \fBbel\fR and \fBflash\fR capabilities). For example, a call to \fBbeep()\fR for a terminal without that capability results in a flash. .SH RETURN VALUES @@ -45,7 +45,7 @@ None. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -63,5 +63,7 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBlibcurses\fR(3XCURSES), \fBterminfo\fR(4), \fBattributes\fR(5), -\fBstandards\fR(5) +.BR libcurses (3XCURSES), +.BR terminfo (5), +.BR attributes (7), +.BR standards (7) |