Skip to content

Commit 5d1bead

Browse files
committed
minor doc changes by Whoopie, thanks!
1 parent 4fa2cc0 commit 5d1bead

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/hdapsd.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hdapsd \- park the drive in case of an emergency
1111
.SS "Additional options:"
1212
.TP
1313
\fB\-s\fR \fB\-\-sensitivity=\fR\fI<sensitivity>\fR
14-
How sensitive should we be to movements?
14+
How sensitive should we be to movements.
1515
Defaults to 15, higher values mean less sensitive.
1616
.TP
1717
\fB\-a\fR \fB\-\-adaptive\fR

src/hdapsd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void usage()
331331
printf(" to protect multiple devices.\n");
332332
printf("\n");
333333
printf("Additional options:\n");
334-
printf(" -s --sensitivity=<sensitivity> How sensitive should we be to movements?\n");
334+
printf(" -s --sensitivity=<sensitivity> How sensitive should we be to movements.\n");
335335
printf(" Defaults to 15, higher values mean less sensitive.\n");
336336
printf(" -a --adaptive Adaptive threshold (automatic\n");
337337
printf(" increase when the built-in\n");
@@ -344,7 +344,7 @@ void usage()
344344
printf(" it's set to %s.\n", PID_FILE);
345345
printf(" -t --dry-run Don't actually park the drive.\n");
346346
printf(" -y --poll-sysfs Force use of sysfs interface to accelerometer.\n");
347-
printf(" -l --syslog Log to syslog instead of stdout.\n");
347+
printf(" -l --syslog Log to syslog instead of stdout/stderr.\n");
348348
printf("\n");
349349
printf(" -V --version Display version information and exit.\n");
350350
printf(" -h --help Display this message and exit.\n");

0 commit comments

Comments
 (0)