summaryrefslogtreecommitdiffstats
path: root/doc/sysnotify.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-11-12 21:45:09 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-11-12 21:45:09 (GMT)
commit4b351267d37f18a48991c0252cf43316967d3d8f (patch)
tree7aa91c55b0ff3e2157212fe134d882502a8b4593 /doc/sysnotify.n
parent63adcc839d20a4fb7c5f77459267fe45eb7afeee (diff)
downloadtk-4b351267d37f18a48991c0252cf43316967d3d8f.zip
tk-4b351267d37f18a48991c0252cf43316967d3d8f.tar.gz
tk-4b351267d37f18a48991c0252cf43316967d3d8f.tar.bz2
Fix man pages, clearly state what is optional and what is not (respect usual conventions for this).
Diffstat (limited to 'doc/sysnotify.n')
-rw-r--r--doc/sysnotify.n8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/sysnotify.n b/doc/sysnotify.n
index b2988f9..559d1df 100644
--- a/doc/sysnotify.n
+++ b/doc/sysnotify.n
@@ -10,14 +10,14 @@
.SH NAME
sysnotify \- Creates a notification window with a title and message.
.SH SYNOPSIS
-\fBtk sysnotify\fP \fItitle\fP \fImessage\fR
+\fBtk sysnotify\fR \fItitle\fR \fImessage\fR
.BE
.SH DESCRIPTION
.PP
-The \fBtk sysnotify\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.
+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\fP code:
+Here is an example of the \fBtk sysnotify\fR code:
.CS
tk sysnotify "Alert" "This is just a test of the Tk System Notification Code."
.CE
@@ -29,7 +29,6 @@ falls back to a Tcl-only implementation if libnotify is not installed. On
each platform the notification includes a platform-specific default image to
accompany the text.
.PP
-
The macOS version embeds two separate under-the-hood implementations
using different notification APIs. The choice of which one to use
depends on which version of the OS is being run and the state of the
@@ -48,6 +47,5 @@ ineffective. To re-enable notifications the application must be
deleted from Apple's System Preferences Notifications section. (There
is no removal button, so this is done by selecting the application and
pressing the Delete key.)
-
.SH KEYWORDS
notify, alert \ No newline at end of file