diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-04 23:11:50 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-04 23:24:22 +0000 |
| commit | 6720975ba0c5b821ea0e889457737a3e2692125a (patch) | |
| tree | 5fb2906bc7f5b9db2edc753029670778ad158d03 | |
| parent | 81d9e08a4df42079d5e163b5991d5d6f3a28d4f0 (diff) | |
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
| -rw-r--r-- | share/man/man4/ice.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ice.4 b/share/man/man4/ice.4 index 01e3f0daa65a..13ad304a2d5a 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\(rg 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: |
