summaryrefslogtreecommitdiffstats
path: root/doc/sysnotify.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sysnotify.n')
-rw-r--r--doc/sysnotify.n41
1 files changed, 16 insertions, 25 deletions
diff --git a/doc/sysnotify.n b/doc/sysnotify.n
index dbffe07..21bb70e 100644
--- a/doc/sysnotify.n
+++ b/doc/sysnotify.n
@@ -1,34 +1,25 @@
.\" Text automatically generated by txt2man
-.TH untitled "03 October 2020" "" ""
-.RS
-sysnotify n "" Tk "Tk Built-In Commands"
+'\"
+'\" Copyright (c) 2020 Kevin Walzer/WordTech Communications LLC.
+'\"
+'\" See the file "license.terms" for information on usage and redistribution
+'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+'\"
+.TH sysnotify n "" Tk "Tk Built-In Commands"
+.so man.macros
.SH NAME
-\fBsysnotify \fP- Creates a notification window with a title and message.
-\fB
+sysnotify \- Creates a notification window with a title and message.
.SH SYNOPSIS
-.nf
-.fam C
-
-\fBsysnotify\fP \fInotify\fP \fItitle?\fP? \fImessage?\fP?
-
-
-.fam T
-.fi
-.fam T
-.fi
+\fBsysnotify\fP \fInotify\fP \fItitle\fP? \fImessage\fR?
+.BE
.SH DESCRIPTION
-
+.PP
The \fBsysnotify\fP 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
-
-Here is an example of the \fBsysnotify\fP code:
.PP
-.nf
-.fam C
+Here is an example of the \fBsysnotify\fP code:
+.CS
sysnotify notify "Alert" "This is just a test of the Tk System Notification Code."
-
-.fam T
-.fi
+.CE
.SH KEYWORDS
-
-\fInotify\fP, alert
+notify, alert \ No newline at end of file