diff options
Diffstat (limited to 'doc/sysnotify.n')
-rw-r--r-- | doc/sysnotify.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sysnotify.n b/doc/sysnotify.n index ea1ab89..ea126b4 100644 --- a/doc/sysnotify.n +++ b/doc/sysnotify.n @@ -10,11 +10,13 @@ .SH NAME sysnotify \- Creates a notification window with a title and message. .SH SYNOPSIS -\fBtk sysnotify\fR \fItitle\fR \fImessage\fR +\fBtk sysnotify\fI title message\fR .BE .SH DESCRIPTION .PP -The \fBtk sysnotify\fR command creates a platform-specific system notification alert. Its intent is to provide a brief, unobtrusive notification to the user by popping up a window that briefly appears in a corner of the screen. +The \fBtk sysnotify\fR command creates a platform-specific system notification +alert. Its intent is to provide a brief, unobtrusive notification to the user +by popping up a window that briefly appears in a corner of the screen. .SH EXAMPLE .PP Here is an example of the \fBtk sysnotify\fR code: |