1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
From: Chow Loong Jin <hyperair@debian.org>
Date: Thu, 20 Mar 2014 15:37:03 +0800
Subject: Fix up typing and grammatical errors in manpage
Bug-Debian: https://bugs.debian.org/729563
Thanks: Barak A. Pearlmutter
---
doc/smart-notifier.1 | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/doc/smart-notifier.1 b/doc/smart-notifier.1
index 54089b7..862c1f3 100644
--- a/doc/smart-notifier.1
+++ b/doc/smart-notifier.1
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH SMARTNOTIFIER 1 "Dec 25, 2005"
+.TH SMART-NOTIFIER 1 "Dec 25, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -26,9 +26,13 @@ This manual page documents briefly the
.B smart-notifier.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
-\fBsmart-notifier\fP is a dbus service/client pair. If run without options, it starts a dbus service and listens formessages send by the client (normally started from a script in /etc/smartd/run.d). This messages are then displayed on the screen of the user running the service. This program is designed to be added to the session of the user.
+\fBsmart-notifier\fP is a dbus service/client pair. If run without options, it
+starts a dbus service and listens for messages send by the client (normally
+started from a script in /etc/smartd/run.d). These messages are then displayed
+on the screen of the user running the service. This program is designed to be
+run inside a user's graphical desktop session.
.SH OPTIONS
.TP
.B \-\-notify
|