Skip to content

Commit

Permalink
smartctl.8.in, smartd.conf.5.in: Fix typos.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools@5507 4ea69e1a-61f1-4043-bf83-b5c94c648137
  • Loading branch information
chrfranke committed Jul 24, 2023
1 parent 87f03bc commit c8facc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ $Id$

2023-07-24 Christian Franke <[email protected]>

smartctl.8.in, smartd.conf.5.in: Fix typos.

man pages: Silence harmless warnings from 'mandoc -T lint'.
Fix bogus bold font setting (Debian Bug 1041295).

Expand Down
4 changes: 2 additions & 2 deletions smartctl.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ under FreeBSD, it is the character device which the driver registered (eg,
the device consists of one or more SCSI/SAS or SATA disks connected to a
SSSRAID controller.
The non-negative integer E (in the range of 0 to 8) denotes the enclosure
and S(range 0 to 128) denotes the slot.
and S (range 0 to 128) denotes the slot.
Use syntax such as:
.br
\fBsmartctl \-a \-d sssraid,0,1 /dev/bsg/sssraid0\fP
Expand Down Expand Up @@ -1990,7 +1990,7 @@ Optional entries are read from the file
(Windows: \fBEXEDIR/drivedb-add.h\fP)
.\" %ENDIF OS ALL
.\" %IF OS Windows
.\"! \fBEXEDIR/drivedb-add.h\fP.
.\"! \fBEXEDIR/drivedb-add.h\fP
.\" %ENDIF OS Windows
.\" %IF ENABLE_DRIVEDB
if this option is not specified.
Expand Down
11 changes: 6 additions & 5 deletions smartd.conf.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,10 @@ bridge.
.\" %ENDIF OS Linux
.\" %IF OS FreeBSD Linux
.I megaraid,N
\- [Linux and FreeBSD only] the device consists of one or more SCSI/SAS disks connected
to a MegaRAID controller. The non-negative integer N (in the range of 0 to
127 inclusive) denotes which disk on the controller is monitored.
\- [FreeBSD and Linux only] the device consists of one or more SCSI/SAS disks
connected to a MegaRAID controller.
The non-negative integer N (in the range of 0 to 127 inclusive) denotes which
disk on the controller is monitored.
This interface will also work for Dell PERC controllers.
In log files and email messages this disk will be identified as
megaraid_disk_XXX with XXX in the range from 000 to 127 inclusive.
Expand Down Expand Up @@ -1090,8 +1091,8 @@ are run instead.
This is handled by the script /usr/local/etc/smartd_warning.sh
(see also \*(Aq\-M exec\*(Aq below).
Plugin scripts without execute permission are silently ignored.
If any plugin script is missing or fails a with nonzero exit status, the warning
script exits immediately without sending mail.
If any plugin script is missing or fails with a nonzero exit status, the
warning script exits immediately without sending mail.
.\" %ENDIF NOT OS Windows
.\" %ENDIF ENABLE_SMARTDPLUGINDIR
.\" %IF OS Windows
Expand Down

0 comments on commit c8facc2

Please sign in to comment.