Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 18:32:56 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2df31b1e3cf1 - stable/14 - ice.4: Zap registered mark from document descr
Message-ID:  <6a7381d8.32074.67bfbf95@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=2df31b1e3cf1a7850f754155e67369804f59813c

commit 2df31b1e3cf1a7850f754155e67369804f59813c
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-10-04 23:11:50 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 18:31:32 +0000

    ice.4: Zap registered mark from document descr
    
    Document descriptions for device drivers always contain registered
    trademarks of the manufacturers, but this is not a place for the
    registered mark symbol. While here, remove another useless symbol,
    the hyphen in the first line comment.
    
    MFC after:      3 days
    
    (cherry picked from commit 6720975ba0c5b821ea0e889457737a3e2692125a)
---
 share/man/man4/ice.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/ice.4 b/share/man/man4/ice.4
index 63fdb244f3ed..95b564db2bc6 100644
--- a/share/man/man4/ice.4
+++ b/share/man/man4/ice.4
@@ -1,4 +1,4 @@
-.\"-
+.\"
 .\" SPDX-License-Identifier: BSD-3-Clause
 .\"
 .\" Copyright (c) 2019-2020, Intel Corporation
@@ -37,7 +37,7 @@
 .Os
 .Sh NAME
 .Nm ice
-.Nd "Intel Ethernet 800 Series Driver"
+.Nd Intel Ethernet 800 Series Driver
 .Sh SYNOPSIS
 To compile this driver into the kernel, place the following lines in your
 kernel configuration file:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7381d8.32074.67bfbf95>