The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=0e17080395e8c5e6990d0c61f709dbab432eb683
commit 0e17080395e8c5e6990d0c61f709dbab432eb683 Author: Alexander Ziaee <zi...@freebsd.org> AuthorDate: 2025-08-28 17:12:36 +0000 Commit: Alexander Ziaee <zi...@freebsd.org> CommitDate: 2025-08-28 17:13:41 +0000 gpio.4: Remove non-existent gpioc from synopsis MFC after: 3 days Reported by: maxfx, kevans --- share/man/man4/gpio.4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4 index 9a629ff402fd..b84bfb01de51 100644 --- a/share/man/man4/gpio.4 +++ b/share/man/man4/gpio.4 @@ -1,3 +1,6 @@ +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2013, Sean Bruno <sbr...@freebsd.org> .\" All rights reserved. .\" @@ -22,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 27, 2019 +.Dd August 28, 2025 .Dt GPIO 4 .Os .Sh NAME @@ -33,7 +36,6 @@ To compile these devices into your kernel and use the device hints, place the following lines in your kernel configuration file: .Bd -ragged -offset indent .Cd "device gpio" -.Cd "device gpioc" .Cd "device gpioiic" .Cd "device gpioled" .Ed