diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-08 16:48:19 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-08 16:48:50 +0000 |
| commit | d5d1e05efbedf67f1ef8e8428f9107401e369a0b (patch) | |
| tree | bc69a10be4cfda6cfa2dcc199a57201144ba1370 | |
| parent | 20a8d06034791c8bb2cc733e4fe4fa1bc60273ec (diff) | |
aacraid.4: Fix document description + tag SPDX
The document description previously just stated the name of the driver.
Replace this with the name of the controller families and specs that
it supports, in a similar fashion to other RAID drivers.
MFC after: 3 days
| -rw-r--r-- | share/man/man4/aacraid.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/aacraid.4 b/share/man/man4/aacraid.4 index ad53ef103b02..0f64f36c493a 100644 --- a/share/man/man4/aacraid.4 +++ b/share/man/man4/aacraid.4 @@ -1,3 +1,6 @@ +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2013 Achim Leubner .\" All rights reserved. .\" @@ -21,12 +24,12 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd June 19, 2015 +.Dd September 29, 2025 .Dt AACRAID 4 .Os .Sh NAME .Nm aacraid -.Nd Adaptec AACRAID Controller driver +.Nd Adaptec Series 6/7/8 6G and 12G SAS+SATA RAID controller driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your |
